Skip to content

Commit f81ec3c

Browse files
Add sdk:version property
Add a `sdk:version` property for the GitHub Action that installs the .NET SDK to use.
1 parent 990f1bb commit f81ec3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

global.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2+
"sdk": {
3+
"version": "6.0.100"
4+
},
5+
26
"tools": {
37
"dotnet": "6.0.100"
48
},

0 commit comments

Comments
 (0)