Update to .NET Core SDK 3.1.302 (#681)

This change updates the .NET Core SDK used by the Actions Runner to
version 3.1.302 to address the issues that are caused by the following issue:
    https://github.com/dotnet/runtime/issues/13475
See #574 for more information.

Fixes #574
This commit is contained in:
Fabian Mastenbroek
2020-10-27 03:51:29 +01:00
committed by GitHub
parent 8279ae9a70
commit d55070da3e
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{
"sdk": {
"version": "3.1.100"
"version": "3.1.302"
}
}
}