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

15 lines
271 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
"dependencies": {
"TestLibrary": "1.0.0-*",
"Microsoft.NETCore.App": "1.0.0-rc2-*"
},
"frameworks": {
"netcoreapp1.0": { }
}
2016-01-22 00:40:33 +00:00
}