Files
sqltoolsservice/global.json
Benjamin Russell e79a37bdfe Fix/update net core sdk (#251)
* Updating to latest SDK version available at https://www.microsoft.com/net/core#windowscmd

* Rolling back to preview2-003156

preview2-1-003177 has a bug where discovery of tests fails with null
exception
preview2-003156 is the latest SDK version on
https://www.microsoft.com/net/download/core (which surprisingly differs
from the version on the front page of .NET Core page)
2017-02-23 13:47:48 -08:00

9 lines
94 B
JSON

{
"projects": [ "src", "test" ],
"sdk": {
"version": "1.0.0-preview2-003156"
}
}