about summary refs log tree commit diff
path: root/LibMatrix/LibMatrix.csproj
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 /LibMatrix/LibMatrix.csproj
parentHandle room upgrades (diff)
downloadLibMatrix-unpacked-1feb7fb87444807c3fb5d266fa3cb76069c061a1.tar.xz
Update dependencies, more support for room upgrades
Diffstat (limited to 'LibMatrix/LibMatrix.csproj')
-rw-r--r--LibMatrix/LibMatrix.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibMatrix/LibMatrix.csproj b/LibMatrix/LibMatrix.csproj

index 7fceb6f..c1049b5 100644 --- a/LibMatrix/LibMatrix.csproj +++ b/LibMatrix/LibMatrix.csproj
@@ -12,8 +12,8 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.7" /> - <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.7" /> + <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.8" /> + <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.8" /> <ProjectReference Include="..\LibMatrix.EventTypes\LibMatrix.EventTypes.csproj"/> </ItemGroup>