about summary refs log tree commit diff
path: root/MatrixUtils.Web.Server
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixUtils.Web.Server')
-rw-r--r--MatrixUtils.Web.Server/MatrixUtils.Web.Server.csproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/MatrixUtils.Web.Server/MatrixUtils.Web.Server.csproj b/MatrixUtils.Web.Server/MatrixUtils.Web.Server.csproj

index 11781a8..880401a 100644 --- a/MatrixUtils.Web.Server/MatrixUtils.Web.Server.csproj +++ b/MatrixUtils.Web.Server/MatrixUtils.Web.Server.csproj
@@ -1,22 +1,22 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <TargetFramework>net9.0</TargetFramework> + <TargetFramework>net10.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> <LangVersion>preview</LangVersion> </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="9.0.9" /> + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="10.0.0-rc.2.25502.107"/> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\MatrixUtils.Web\MatrixUtils.Web.csproj" /> + <ProjectReference Include="..\MatrixUtils.Web\MatrixUtils.Web.csproj"/> </ItemGroup> <ItemGroup> - <Folder Include="Controllers" /> + <Folder Include="Controllers"/> </ItemGroup>