Skip to content

Commit 18f35f2

Browse files
Merge pull request #130 from CodebreakerApp/127-aspire9
dotnet 9 updates
2 parents 319e04c + 4dcea21 commit 18f35f2

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/CodeBreaker.Blazor.Client/CodeBreaker.Blazor.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
22
<PropertyGroup>
3-
<TargetFramework>net8.0</TargetFramework>
3+
<TargetFramework>net9.0</TargetFramework>
44
<Nullable>enable</Nullable>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<BlazorWebAssemblyLoadAllGlobalizationData>true</BlazorWebAssemblyLoadAllGlobalizationData>

src/CodeBreaker.Blazor.UI/CodeBreaker.Blazor.UI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22
<PropertyGroup>
3-
<TargetFramework>net8.0</TargetFramework>
3+
<TargetFramework>net9.0</TargetFramework>
44
<Nullable>enable</Nullable>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<RootNamespace>$(MSBuildProjectName)</RootNamespace>

src/CodeBreaker.Blazor/CodeBreaker.Blazor.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
3-
<TargetFramework>net8.0</TargetFramework>
3+
<TargetFramework>net9.0</TargetFramework>
44
<Nullable>enable</Nullable>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<UserSecretsId>a3b22f52-7891-4ca2-816c-8ee5986f6424</UserSecretsId>
@@ -11,7 +11,6 @@
1111
</PropertyGroup>
1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" />
14-
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" />
1514
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" NoWarn="NU1605" />
1615
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" NoWarn="NU1605" />
1716
<PackageReference Include="Microsoft.Identity.Web" />

0 commit comments

Comments
 (0)