Skip to content

Commit 5a6a712

Browse files
committed
Update Blazor client to dotnet 8
1 parent 7e513db commit 5a6a712

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

PocketDDD.BlazorClient/PocketDDD.BlazorClient.LocalStorage/PocketDDD.BlazorClient.LocalStorage.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7+
<LangVersion>default</LangVersion>
78
</PropertyGroup>
89

910

PocketDDD.BlazorClient/PocketDDD.BlazorClient/PocketDDD.BlazorClient.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
54
<Nullable>enable</Nullable>
65
<ImplicitUsings>enable</ImplicitUsings>
76
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
7+
<LangVersion>default</LangVersion>
8+
<TargetFramework>net8.0</TargetFramework>
89
</PropertyGroup>
910

1011
<ItemGroup>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
<LangVersion>default</LangVersion>
78
</PropertyGroup>
89

910
</Project>

0 commit comments

Comments
 (0)