Skip to content

Commit e283dca

Browse files
Update .NET SDK
Update to the latest .NET SDK. Add an SDK property to global.json so GitHub Actions installs the same version as the one defined in the tools.
1 parent 96bc140 commit e283dca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

global.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
2+
"sdk": {
3+
"dotnet": "5.0.401"
4+
},
5+
26
"tools": {
3-
"dotnet": "5.0.203"
7+
"dotnet": "5.0.401"
48
},
59

610
"msbuild-sdks": {

0 commit comments

Comments
 (0)