From f4136188593718d0384fd7c8d09a2b0202191c8c Mon Sep 17 00:00:00 2001 From: Frede Hundewadt Date: Sat, 30 Sep 2023 11:10:27 +0200 Subject: [PATCH] switch to sdk8 --- Wonky.Client/Wonky.Client.csproj | 18 +++++++++--------- Wonky.Client/wwwroot/appsettings.json | 2 +- Wonky.Entity/Wonky.Entity.csproj | 2 +- global.json | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Wonky.Client/Wonky.Client.csproj b/Wonky.Client/Wonky.Client.csproj index 0b3fd748..7971d607 100644 --- a/Wonky.Client/Wonky.Client.csproj +++ b/Wonky.Client/Wonky.Client.csproj @@ -5,20 +5,20 @@ enable latestmajor Exe - net7.0 + net8.0 - - - - - - - - + + + + + + + + diff --git a/Wonky.Client/wwwroot/appsettings.json b/Wonky.Client/wwwroot/appsettings.json index c9c086da..21d54b48 100644 --- a/Wonky.Client/wwwroot/appsettings.json +++ b/Wonky.Client/wwwroot/appsettings.json @@ -5,7 +5,7 @@ "rc": true, "sandBox": true, "image": "grumpy-coder.png", - "sdk": "dotnet 7.0" + "sdk": "dotnet 8.0" }, "Logging": { "LogLevel": { diff --git a/Wonky.Entity/Wonky.Entity.csproj b/Wonky.Entity/Wonky.Entity.csproj index cfadb03d..56d4a545 100644 --- a/Wonky.Entity/Wonky.Entity.csproj +++ b/Wonky.Entity/Wonky.Entity.csproj @@ -1,9 +1,9 @@ - net7.0 enable enable + net8.0 diff --git a/global.json b/global.json index 36e1a9e9..dad2db5e 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "7.0.0", + "version": "8.0.0", "rollForward": "latestMajor", - "allowPrerelease": false + "allowPrerelease": true } } \ No newline at end of file