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

index 100e1de..65d9242 100644 --- a/Utilities/LibMatrix.E2eeTestKit/LibMatrix.E2eeTestKit.csproj +++ b/Utilities/LibMatrix.E2eeTestKit/LibMatrix.E2eeTestKit.csproj
@@ -1,15 +1,15 @@ <Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly"> <PropertyGroup> - <TargetFramework>net9.0</TargetFramework> + <TargetFramework>net10.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> <ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest> </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.9"/> - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.9" PrivateAssets="all"/> + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.0-rc.2.25502.107"/> + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.0-rc.2.25502.107" PrivateAssets="all"/> </ItemGroup> <ItemGroup>