Cleaning up project.json so restore works without --infer-runtimes
This commit is contained in:
parent
34b5097149
commit
19de082d26
|
|
@ -6,9 +6,9 @@
|
|||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
"imports": [
|
||||
"portable-net451+win8",
|
||||
"dnxcore50",
|
||||
"netstandardapp1.5"
|
||||
"portable-dnxcore50+net45+win8+wp8+wpa81",
|
||||
"dotnet",
|
||||
"portable-net45+win8"
|
||||
],
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "1.0.0-*",
|
||||
|
|
|
|||
|
|
@ -18,11 +18,15 @@
|
|||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
"imports": [
|
||||
"portable-net451+win8",
|
||||
"dnxcore50"
|
||||
"portable-dnxcore50+net45+win8+wp8+wpa81",
|
||||
"dotnet",
|
||||
"portable-net45+win8"
|
||||
],
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": "1.0.0-*",
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.0.0-*",
|
||||
"type": "platform"
|
||||
},
|
||||
"System.Net.Primitives": "4.0.11-*",
|
||||
"System.Diagnostics.Process": "4.1.0-*"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue