mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
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)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"projects": [ "src", "test" ],
|
||||
"sdk": {
|
||||
"version": "1.0.0-preview2-003121"
|
||||
"version": "1.0.0-preview2-003156"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user