dotnet-installer/TestAssets/NonRestoredTestProjects/TestProjectWithUnresolvedDependency/project.json
2016-04-28 10:02:05 -07:00

18 lines
411 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-*"
},
"ThisIsNotARealDependencyAndIfSomeoneGoesAndAddsAProjectWithThisNameIWillFindThemAndPunishThem": { "target": "project" }
},
"frameworks": {
"netcoreapp1.0": {
"imports": "dnxcore50"
}
}
}