Pin global.json SDK to 1.0.0-preview2-1-003177.

This commit is contained in:
N. Taylor Mullen 2016-11-23 16:00:40 -08:00
parent fc104a8592
commit 681e2e0329
1 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
{
"projects": [ "src" ]
"projects": [
"src"
],
"sdk": {
"version": "1.0.0-preview2-1-003177"
}
}