ci/cd: fix .net sdk to 6.0.403. resolves #13806 (#13857)

This commit is contained in:
ilike2burnthing 2023-01-07 14:21:19 +00:00 committed by GitHub
parent ad635c442b
commit 733c8d0249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: