From d2181fda586fc6b956143067759fc6d8d56e032e Mon Sep 17 00:00:00 2001 From: mmsmits Date: Wed, 14 Feb 2024 10:41:42 +0100 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 294f196..142d393 100644 --- a/build/variables.yml +++ b/build/variables.yml @@ -5,6 +5,6 @@ variables: buildConfiguration: 'Release' vmImage: 'windows-latest' - DOTNET_CORE_SDK: '6.0.x' + DOTNET_CORE_SDK: '8.0.x' GITHUB_PACKAGES_APIKEY: $(GitHubPushPackagesAPIKey) # key is set in variable group APIKeys NUGET_APIKEY: $(NuGetFhirPackagesAPIKey) # key is set in variable group APIKeys \ No newline at end of file