Explicitly specify the version of the CLI

This commit is contained in:
Pranav K 2016-12-15 10:40:38 -08:00
parent 503b4c97ed
commit 9323122c22
1 changed files with 6 additions and 0 deletions

6
global.json Normal file
View File

@ -0,0 +1,6 @@
{
"projects": [],
"sdk": {
"version": "1.0.0-preview4-004233"
}
}