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

21 lines
413 B
JSON
Raw Normal View History

2017-01-26 17:15:30 +00:00
{
"version": "1.0.0-*",
"resourceBuiltIn": [ "../Strings1.resx", "../Strings2.resx" ],
"buildOptions": {
"debugType": "portable",
"emitEntryPoint": true
},
"dependencies": {},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
}
},
"imports": "dnxcore50"
}
}
}