From ad0bc8a945084d14c9477421f289b65f3f5d5798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Thu, 8 Dec 2022 23:19:06 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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