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

14 lines
221 B
JSON
Raw Normal View History

2016-01-22 18:40:01 +00:00
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true,
"xmlDoc": true
},
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc2-*"
},
"frameworks": {
"netcoreapp1.0": { }
}
2016-01-14 19:52:54 +00:00
}