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 @@ - + 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' 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" }