From 733c8d02490ea8b0879f988aed34f3cfbe8a2c2c Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sat, 7 Jan 2023 14:21:19 +0000 Subject: [PATCH] ci/cd: fix .net sdk to 6.0.403. resolves #13806 (#13857) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 948316a0c..445aaec73 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: jackettVersion: $(majorVersion).$(minorVersion).$(patchVersion) buildConfiguration: Release netCoreFramework: net6.0 - netCoreSdkVersion: 6.0.x + netCoreSdkVersion: 6.0.403 # #13806 & dotnet/runtime#79796 # system.debug: true trigger: