Clean up solution (#912)

- 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
This commit is contained in:
Charles Gagnon
2020-01-17 07:48:20 -08:00
committed by GitHub
parent edc49fb629
commit 1577a0b86f
4 changed files with 22 additions and 4 deletions

8
global.json Normal file
View File

@@ -0,0 +1,8 @@
{
"sdk": {
"version": "2.2.108"
},
"msbuild-sdks": {
"Microsoft.Build.Traversal": "2.0.2"
}
}