diff --git a/WebAPI/DiunaBI-WebAPI.csproj b/WebAPI/DiunaBI-WebAPI.csproj index 151f4c1..0f07a5b 100644 --- a/WebAPI/DiunaBI-WebAPI.csproj +++ b/WebAPI/DiunaBI-WebAPI.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4b9ecc4..24011af 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,8 +13,8 @@ variables: buildConfiguration: 'Release' targetRuntime: 'linux-x64' selfContained: false - dotNetFramework: 'net8.0' - dotNetVersion: '8.0.x' + dotNetFramework: 'net9.0' + dotNetVersion: '9.0.x' buildId: $(Build.BuildNumber) steps: diff --git a/global.json b/global.json index b5b37b6..a27a2b8 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.0", + "version": "9.0.0", "rollForward": "latestMajor", "allowPrerelease": false }