dotnet-installer/TestAssets/TestProjects/BuildTestPortableProject/project.json
Andrew Stanton-Nurse 7b84740e72 reremove net45 build from portable app test project
this somehow got restored during a bad merge, and is breaking the CI
2016-03-08 12:14:59 -08:00

15 lines
308 B
JSON

{
"dependencies": {
},
"frameworks": {
"netstandardapp1.5": {
"imports": [
"dnxcore50",
"portable-net45+win8"
],
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23901"
}
}
}
}