dotnet-installer/TestAssets/TestProjects/DependencyContextValidator/TestAppPortableDeps/project.json

22 lines
378 B
JSON
Raw Normal View History

2016-04-02 04:52:08 +00:00
{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
2016-04-02 04:52:08 +00:00
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc3-004324"
2016-04-02 04:52:08 +00:00
},
"DependencyContextValidator": "1.0.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"dnxcore50",
"portable-net45+win8"
]
}
2016-04-02 04:52:08 +00:00
}
}