about summary refs log tree commit diff
path: root/Utilities/LibMatrix.DevTestBot
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-08-11 15:12:27 +0200
committerRory& <root@rory.gay>2025-08-11 15:12:27 +0200
commit1feb7fb87444807c3fb5d266fa3cb76069c061a1 (patch)
tree09b543de89834b895d6c45c52aa6d6df5b374e22 /Utilities/LibMatrix.DevTestBot
parentHandle room upgrades (diff)
downloadLibMatrix-1feb7fb87444807c3fb5d266fa3cb76069c061a1.tar.xz
Update dependencies, more support for room upgrades
Diffstat (limited to 'Utilities/LibMatrix.DevTestBot')
-rw-r--r--Utilities/LibMatrix.DevTestBot/LibMatrix.DevTestBot.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/LibMatrix.DevTestBot/LibMatrix.DevTestBot.csproj b/Utilities/LibMatrix.DevTestBot/LibMatrix.DevTestBot.csproj

index 8b9aa6d..8a0107b 100644 --- a/Utilities/LibMatrix.DevTestBot/LibMatrix.DevTestBot.csproj +++ b/Utilities/LibMatrix.DevTestBot/LibMatrix.DevTestBot.csproj
@@ -18,14 +18,14 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="ArcaneLibs.StringNormalisation" Version="1.0.0-preview.20250630-114950" Condition="'$(Configuration)' == 'Release'" /> + <PackageReference Include="ArcaneLibs.StringNormalisation" Version="1.0.0-preview.20250806-011111" Condition="'$(Configuration)' == 'Release'" /> <ProjectReference Include="..\..\ArcaneLibs\ArcaneLibs.StringNormalisation\ArcaneLibs.StringNormalisation.csproj" Condition="'$(Configuration)' == 'Debug'"/> <ProjectReference Include="..\..\LibMatrix\LibMatrix.csproj"/> <ProjectReference Include="..\LibMatrix.Utilities.Bot\LibMatrix.Utilities.Bot.csproj" /> </ItemGroup> <ItemGroup> - <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.7" /> + <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.8" /> </ItemGroup> <ItemGroup>