Files
runner/src/global.json
Fabian Mastenbroek d55070da3e 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
2020-10-26 22:51:29 -04:00

6 lines
44 B
JSON

{
"sdk": {
"version": "3.1.302"
}
}