mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
- Use global.json to control what version of .NET SDK is used for building so local builds also use the version used for pipeline builds - Add some missing items to the sln so they are viewable through VS - Delete extra project file
8 lines
125 B
JSON
8 lines
125 B
JSON
{
|
|
"sdk": {
|
|
"version": "2.2.108"
|
|
},
|
|
"msbuild-sdks": {
|
|
"Microsoft.Build.Traversal": "2.0.2"
|
|
}
|
|
} |