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