From fbc93a7aee1586c6c36d15c4a31f9c2e6878946f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Tue, 27 Feb 2024 18:51:28 +0100 Subject: [PATCH] Bump MSBuild.SDK.SystemWeb to 4.0.88 and remove UsingMicrosoftCentralPackageVersionsSdk --- global.json | 3 ++- samples/Fornax/Fornax.Server/Fornax.Server.csproj | 3 +-- samples/Mortis/Mortis.Client/Mortis.Client.csproj | 3 +-- samples/Mortis/Mortis.Server/Mortis.Server.csproj | 3 +-- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/global.json b/global.json index 5130c90c..fdea5a8b 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,7 @@ "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23516.4", - "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23516.4" + "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23516.4", + "MSBuild.SDK.SystemWeb": "4.0.88" } } diff --git a/samples/Fornax/Fornax.Server/Fornax.Server.csproj b/samples/Fornax/Fornax.Server/Fornax.Server.csproj index 487443eb..588adb35 100644 --- a/samples/Fornax/Fornax.Server/Fornax.Server.csproj +++ b/samples/Fornax/Fornax.Server/Fornax.Server.csproj @@ -1,10 +1,9 @@ - + $(NetFrameworkTargetFramework) Web.config Overwrite - true $(NuGetPackageRoot)msbuild.microsoft.visualstudio.web.targets\14.0.0.3\tools\VSToolsPath false disable diff --git a/samples/Mortis/Mortis.Client/Mortis.Client.csproj b/samples/Mortis/Mortis.Client/Mortis.Client.csproj index 1e2220e0..a9cf1691 100644 --- a/samples/Mortis/Mortis.Client/Mortis.Client.csproj +++ b/samples/Mortis/Mortis.Client/Mortis.Client.csproj @@ -1,10 +1,9 @@ - + $(NetFrameworkTargetFramework) Web.config Overwrite - true $(NuGetPackageRoot)msbuild.microsoft.visualstudio.web.targets\14.0.0.3\tools\VSToolsPath false disable diff --git a/samples/Mortis/Mortis.Server/Mortis.Server.csproj b/samples/Mortis/Mortis.Server/Mortis.Server.csproj index 5671ba75..a0d81a1b 100644 --- a/samples/Mortis/Mortis.Server/Mortis.Server.csproj +++ b/samples/Mortis/Mortis.Server/Mortis.Server.csproj @@ -1,10 +1,9 @@ - + $(NetFrameworkTargetFramework) Web.config Overwrite - true $(NuGetPackageRoot)msbuild.microsoft.visualstudio.web.targets\14.0.0.3\tools\VSToolsPath false disable