about summary refs log tree commit diff
path: root/LibMatrix.Federation/LibMatrix.Federation.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.Federation/LibMatrix.Federation.csproj
parentDependency updates, some fixes, partial msc2545 support (diff)
downloadLibMatrix-1db452c75de1e25a9a2a8fd4fe2a04a2e1047f2a.tar.xz
dotnet 10, synapse admin room list improvements
Diffstat (limited to 'LibMatrix.Federation/LibMatrix.Federation.csproj')
-rw-r--r--LibMatrix.Federation/LibMatrix.Federation.csproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/LibMatrix.Federation/LibMatrix.Federation.csproj b/LibMatrix.Federation/LibMatrix.Federation.csproj

index af09d85..b5cb7b2 100644 --- a/LibMatrix.Federation/LibMatrix.Federation.csproj +++ b/LibMatrix.Federation/LibMatrix.Federation.csproj
@@ -1,19 +1,19 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFramework>net9.0</TargetFramework> + <TargetFramework>net10.0</TargetFramework> <LangVersion>preview</LangVersion> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> - <ProjectReference Include="..\LibMatrix\LibMatrix.csproj" /> + <ProjectReference Include="..\LibMatrix\LibMatrix.csproj"/> </ItemGroup> <ItemGroup> - <PackageReference Include="BouncyCastle.Cryptography" Version="2.6.2" /> - <PackageReference Include="Microsoft.Extensions.Primitives" Version="10.0.0-preview.5.25277.114" /> + <PackageReference Include="BouncyCastle.Cryptography" Version="2.6.2"/> + <PackageReference Include="Microsoft.Extensions.Primitives" Version="10.0.0-rc.2.25502.107"/> </ItemGroup> </Project>