Update global.json

Remove the SDK version from the project file
This commit is contained in:
David Fowler 2016-02-25 00:04:17 -08:00
parent 1fe78c2b4d
commit e23bd4d1d3

View file

@ -1,6 +1,3 @@
{ {
"projects": [ "src", "test" ], "projects": [ "src", "test" ]
"sdk": {
"version": "1.0.0-rc2-16444"
}
} }