Update .NET to 9

This commit is contained in:
Michał Zieliński
2024-12-30 18:36:36 +01:00
parent 211f8fac6b
commit 922fa4a4f9
3 changed files with 4 additions and 4 deletions

View File

@@ -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: