Skip to content
This repository was archived by the owner on Apr 8, 2019. It is now read-only.

Commit be42f3c

Browse files
authored
Merge pull request #29 from sharwell/set-sdk
Specify .NET SDK version in global.json
2 parents 24a4170 + 1a80b77 commit be42f3c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

global.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"sdk": {
3+
"version": "2.2.101"
4+
}
5+
}

0 commit comments

Comments
 (0)