From 25ee774b88996d8f0bde43685005d663b198aed1 Mon Sep 17 00:00:00 2001 From: Frede Hundewadt Date: Wed, 17 May 2023 14:44:02 +0200 Subject: [PATCH] SDK: v7 --- 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 e7611c4c..00560b7f 100644 --- a/Wonky.Client/Wonky.Client.csproj +++ b/Wonky.Client/Wonky.Client.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable latestmajor @@ -11,15 +11,15 @@ - - - - - + + + + + - - - + + + diff --git a/Wonky.Client/wwwroot/appsettings.json b/Wonky.Client/wwwroot/appsettings.json index 23d99769..cc81969d 100644 --- a/Wonky.Client/wwwroot/appsettings.json +++ b/Wonky.Client/wwwroot/appsettings.json @@ -1,7 +1,7 @@ { "appInfo": { "name": "Wonky Online", - "version": "142.5", + "version": "142.6", "rc": true, "sandBox": true, "image": "grumpy-coder.png" diff --git a/Wonky.Entity/Wonky.Entity.csproj b/Wonky.Entity/Wonky.Entity.csproj index 132c02c5..cfadb03d 100644 --- a/Wonky.Entity/Wonky.Entity.csproj +++ b/Wonky.Entity/Wonky.Entity.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable diff --git a/global.json b/global.json index dad2db5e..36e1a9e9 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "8.0.0", + "version": "7.0.0", "rollForward": "latestMajor", - "allowPrerelease": true + "allowPrerelease": false } } \ No newline at end of file