blob: 422545ea8ff5353f462fad1cb28e1c1d23cf5a38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// This file exists only to prevent VS2015 from mistakenly picking up
// project.json file when building .csproj project.
// See https://github.com/Microsoft/msbuild/issues/394
{
"frameworks": {
"net45": { }
},
"runtimes": {
"win": { }
}
}
|