Skip to content

Commit f84c14c

Browse files
authored
Add sdk key to global.json for Component Governance
1 parent 4783892 commit f84c14c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

global.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
2+
"sdk": {
3+
"version": "10.0.100-rc.1.25420.111",
4+
"allowPrerelease": true,
5+
"rollForward": "major",
6+
"paths": [
7+
".dotnet",
8+
"$host$"
9+
],
10+
"errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it."
11+
},
212
"tools": {
313
"dotnet": "10.0.100-rc.1.25420.111"
414
},

0 commit comments

Comments
 (0)