From 137e1129649a9da434f92d10ed887d591d4b3a19 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sun, 29 Jan 2023 01:08:15 +0000 Subject: [PATCH] Revert "ci/cd: fix .net sdk to 6.0.403 #13857" (#13932) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2a262e27a..3adbf69e5 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.403 # #13806 & dotnet/runtime#79796 + netCoreSdkVersion: 6.0.x # system.debug: true trigger: