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

18 lines
323 B
JSON
Raw Normal View History

2016-02-24 17:52:06 +00:00
{
"version": "1.0.0-*",
"compilationOptions": {
"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-rc2-*"
},
"frameworks": {
"netcoreapp1.0": { }
}
2016-02-24 17:52:06 +00:00
}