about summary refs log tree commit diff
path: root/MatrixUtils.Web/MatrixUtils.Web.csproj
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/MatrixUtils.Web.csproj
parentAdd policy list list page (diff)
downloadMatrixUtils-aaf1140a9ebf776ff2bb4142ade3d8da55ebea87.tar.xz
Update to .NET 9
Diffstat (limited to 'MatrixUtils.Web/MatrixUtils.Web.csproj')
-rw-r--r--MatrixUtils.Web/MatrixUtils.Web.csproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/MatrixUtils.Web/MatrixUtils.Web.csproj b/MatrixUtils.Web/MatrixUtils.Web.csproj

index eeb13ee..3640745 100644 --- a/MatrixUtils.Web/MatrixUtils.Web.csproj +++ b/MatrixUtils.Web/MatrixUtils.Web.csproj
@@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly"> <PropertyGroup> - <TargetFramework>net8.0</TargetFramework> + <TargetFramework>net9.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> <LinkIncremental>true</LinkIncremental> @@ -22,9 +22,9 @@ <ItemGroup> <PackageReference Include="Blazored.LocalStorage" Version="4.5.0" /> <PackageReference Include="Blazored.SessionStorage" Version="2.4.0" /> - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.6" /> - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.6" PrivateAssets="all" /> - <PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="8.0.0" /> + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.0" /> + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.0" PrivateAssets="all" /> + <PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="9.0.0" /> </ItemGroup> <ItemGroup>