From 6c88acc3326b7a754670ab831de1d061bd973499 Mon Sep 17 00:00:00 2001 From: mmsmits Date: Tue, 28 May 2024 12:12:09 +0200 Subject: [PATCH] update pipeline to net8.0 --- build/variables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/variables.yml b/build/variables.yml index ac00470..7f5bf15 100644 --- a/build/variables.yml +++ b/build/variables.yml @@ -5,6 +5,6 @@ variables: buildConfiguration: 'Release' vmImage: 'windows-latest' - DOTNET_CORE_SDK: '7.0.x' + DOTNET_CORE_SDK: '8.0.x' GITHUB_PACKAGES_APIKEY: $(GitHubPushPackagesAPIKey) # key is set in UI of Azure Devops NUGET_APIKEY: $(NuGetFhirMetricsAPIKey) \ No newline at end of file