dotnet-installer/TestAssets/TestProjects/TestAppWithWrapperProjectDependency/TestApp/project.json

17 lines
315 B
JSON
Raw Normal View History

2016-02-24 17:52:06 +00:00
{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
"dependencies": {
"TestLibrary": {
"target": "project",
"version": "1.0.0-*"
2016-02-24 17:52:06 +00:00
},
"Microsoft.NETCore.App": "1.0.0-rc3-*"
},
"frameworks": {
"netcoreapp1.0": {}
}
}