dotnet-installer/TestAssets/NonRestoredTestProjects/PJAppWithDeprecatedCompileExcludeOptions/project.json

21 lines
470 B
JSON
Raw Normal View History

2017-01-26 16:34:36 +00:00
{
"version": "1.0.0-*",
"compileExclude": "ExcludeThis.cs",
"buildOptions": {
"debugType": "portable",
"emitEntryPoint": true
},
"dependencies": {},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.1"
}
},
"imports": "dnxcore50"
}
}
}