about summary refs log tree commit diff
path: root/LibMatrix/LibMatrix.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-10-29 19:01:32 +0100
committerRory& <root@rory.gay>2025-10-29 19:01:32 +0100
commit1db452c75de1e25a9a2a8fd4fe2a04a2e1047f2a (patch)
tree707115fb37281a2bcad8744ea056a214dd3e20e4 /LibMatrix/LibMatrix.csproj
parentDependency updates, some fixes, partial msc2545 support (diff)
downloadLibMatrix-1db452c75de1e25a9a2a8fd4fe2a04a2e1047f2a.tar.xz
dotnet 10, synapse admin room list improvements
Diffstat (limited to 'LibMatrix/LibMatrix.csproj')
-rw-r--r--LibMatrix/LibMatrix.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/LibMatrix/LibMatrix.csproj b/LibMatrix/LibMatrix.csproj

index c6c1dce..61810a3 100644 --- a/LibMatrix/LibMatrix.csproj +++ b/LibMatrix/LibMatrix.csproj
@@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFramework>net9.0</TargetFramework> + <TargetFramework>net10.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <LangVersion>preview</LangVersion> @@ -12,8 +12,8 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.9" /> - <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.9" /> + <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0-rc.2.25502.107"/> + <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.0-rc.2.25502.107"/> <ProjectReference Include="..\LibMatrix.EventTypes\LibMatrix.EventTypes.csproj"/> </ItemGroup>