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

19 lines
318 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-004306",
2016-05-03 02:51:12 +00:00
"type": "platform"
},
},
"frameworks": {
"netcoreapp1.0": {
"imports": [ "portable-net451+win8" ]
}
},
"runtimes": {
"win7-x64": {},
"win7-x86": {}
}
}