about summary refs log tree commit diff
path: root/MatrixUtils.Web.Server
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-11-16 03:34:31 +0100
committerRory& <root@rory.gay>2024-11-16 03:34:31 +0100
commitaaf1140a9ebf776ff2bb4142ade3d8da55ebea87 (patch)
tree37eecc02ebe16caf4821cc67d145a17623ffa5af /MatrixUtils.Web.Server
parentAdd policy list list page (diff)
downloadMatrixUtils-aaf1140a9ebf776ff2bb4142ade3d8da55ebea87.tar.xz
Update to .NET 9
Diffstat (limited to 'MatrixUtils.Web.Server')
-rw-r--r--MatrixUtils.Web.Server/MatrixUtils.Web.Server.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/MatrixUtils.Web.Server/MatrixUtils.Web.Server.csproj b/MatrixUtils.Web.Server/MatrixUtils.Web.Server.csproj

index f2d47ea..ab7aad8 100644 --- a/MatrixUtils.Web.Server/MatrixUtils.Web.Server.csproj +++ b/MatrixUtils.Web.Server/MatrixUtils.Web.Server.csproj
@@ -1,14 +1,14 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <TargetFramework>net8.0</TargetFramework> + <TargetFramework>net9.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> <LangVersion>preview</LangVersion> </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.6" /> + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="9.0.0" /> </ItemGroup> <ItemGroup>