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

21 lines
324 B
JSON
Raw Normal View History

2016-05-03 02:51:12 +00:00
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-rc3-004449-00",
"type": "platform"
}
2016-05-03 02:51:12 +00:00
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"portable-net451+win8"
]
2016-05-03 02:51:12 +00:00
}
},
"runtimes": {
"win7-x64": {},
"win7-x86": {}
2016-05-03 02:51:12 +00:00
}
}