diff --git a/global.json b/global.json index ed3fdea..70e3dcc 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "6.0.100" + "version": "7.0.100" } -} \ No newline at end of file +} diff --git a/template/BlazorWithIdentity.Client/BlazorWithIdentity.Client.csproj b/template/BlazorWithIdentity.Client/BlazorWithIdentity.Client.csproj index 80d4e59..4d34bed 100644 --- a/template/BlazorWithIdentity.Client/BlazorWithIdentity.Client.csproj +++ b/template/BlazorWithIdentity.Client/BlazorWithIdentity.Client.csproj @@ -1,16 +1,16 @@  - net6.0 - enable - enable + net7.0 + enable + enable - - - - + + + + diff --git a/template/BlazorWithIdentity.Server/BlazorWithIdentity.Server.csproj b/template/BlazorWithIdentity.Server/BlazorWithIdentity.Server.csproj index 5da93ab..1fe5989 100644 --- a/template/BlazorWithIdentity.Server/BlazorWithIdentity.Server.csproj +++ b/template/BlazorWithIdentity.Server/BlazorWithIdentity.Server.csproj @@ -1,13 +1,13 @@  - - net6.0 - enable - enable - + + net7.0 + enable + enable + - + diff --git a/template/BlazorWithIdentity.Shared/BlazorWithIdentity.Shared.csproj b/template/BlazorWithIdentity.Shared/BlazorWithIdentity.Shared.csproj index e978a31..55267d9 100644 --- a/template/BlazorWithIdentity.Shared/BlazorWithIdentity.Shared.csproj +++ b/template/BlazorWithIdentity.Shared/BlazorWithIdentity.Shared.csproj @@ -1,7 +1,7 @@  - net6.0 + net7.0