From 5db9a2faf3f288dd33b1f4c16840d6508bdc5945 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:05:23 +0000 Subject: [PATCH 1/3] Bump dotnet-sdk from 8.0.100 to 9.0.101 Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 8.0.100 to 9.0.101. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/commits) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 219be5d60f4..7699ded9c8c 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100", + "version": "9.0.101", "allowPrerelease": false, "rollForward": "latestMinor" } From 38aedfe09e1537c5dcca8518ba3a83404f8aa784 Mon Sep 17 00:00:00 2001 From: Brian Dukes Date: Fri, 6 Dec 2024 10:10:11 -0600 Subject: [PATCH 2/3] Use .NET SDK version from global.json --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d16b9649394..62c23f18fe0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -67,9 +67,9 @@ steps: path: $(YARN_CACHE_FOLDER) - task: UseDotNet@2 - displayName: 'Use .NET 8.x SDK' + displayName: 'Use .NET SDK' inputs: - version: 8.x + useGlobalJson: true - task: PowerShell@2 displayName: 'Run DNN Update Versions' From 07fa520aa541cef4c10be5663c5c1cc8840d5709 Mon Sep 17 00:00:00 2001 From: Brian Dukes Date: Fri, 6 Dec 2024 10:18:16 -0600 Subject: [PATCH 3/3] Bump Build project to .NET 9 --- Build/Build.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build/Build.csproj b/Build/Build.csproj index 9979cda9e37..175fe7590ea 100644 --- a/Build/Build.csproj +++ b/Build/Build.csproj @@ -1,7 +1,7 @@ Exe - net8.0 + net9.0 true $(MSBuildProjectDirectory) @@ -16,7 +16,7 @@ - +