Cleaning up project.json so restore works without --infer-runtimes

This commit is contained in:
Pranav K 2016-04-26 22:41:54 -07:00
parent 34b5097149
commit 19de082d26
2 changed files with 10 additions and 6 deletions

View File

@ -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-*",

View File

@ -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-*"
}