forked from actions/runner
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to .NET Core SDK 3.1.302 (actions#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: dotnet/runtime#13475 See actions#574 for more information. Fixes actions#574
- Loading branch information
1 parent
8279ae9
commit d55070d
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"sdk": { | ||
"version": "3.1.100" | ||
"version": "3.1.302" | ||
} | ||
} | ||
} |