diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 046a974..c4a4974 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,8 +13,8 @@ variables: buildConfiguration: 'Release' targetRuntime: 'linux-x64' selfContained: false - dotNetFramework: 'net6.0' - dotNetVersion: '6.0.x' + dotNetFramework: 'net7.0' + dotNetVersion: '7.0.x' steps: # Start: Build WebAPI