dotnet-installer/TestAssets/TestProjects/TestAppWithContents/project.json

18 lines
325 B
JSON
Raw Normal View History

2016-01-22 18:40:01 +00:00
{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true,
"copyToOutput": {
"include": "testcontentfile.txt"
}
},
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc3-*"
},
"frameworks": {
"netcoreapp1.0": {}
},
"publishOptions": {
"include": "testcontentfile.txt"
}
}