Revert "Reacting to CoreCLR package changes"
This reverts commit 1786e21426.
This commit is contained in:
parent
1786e21426
commit
33dd349cd0
|
|
@ -14,9 +14,7 @@
|
|||
},
|
||||
"frameworks": {
|
||||
"net451": { },
|
||||
"netstandardapp1.5": {
|
||||
"imports": "portable-net451+win8"
|
||||
}
|
||||
"netstandardapp1.5": { }
|
||||
},
|
||||
"publishExclude": [
|
||||
"node_modules",
|
||||
|
|
|
|||
|
|
@ -17,11 +17,7 @@
|
|||
},
|
||||
|
||||
"frameworks": {
|
||||
"netstandardapp1.5": {
|
||||
"imports": [
|
||||
"portable-net451+win8",
|
||||
"dnxcore50"
|
||||
]
|
||||
"dnxcore50": {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,10 +8,7 @@
|
|||
},
|
||||
"frameworks": {
|
||||
"netstandardapp1.5": {
|
||||
"imports": [
|
||||
"portable-net451+win8",
|
||||
"dnxcore50"
|
||||
],
|
||||
"imports": "portable-net451+win8",
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "1.0.0-dev-*"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,10 +6,7 @@
|
|||
},
|
||||
"frameworks": {
|
||||
"netstandardapp1.5": {
|
||||
"imports": [
|
||||
"portable-net451+win8",
|
||||
"dnxcore50"
|
||||
],
|
||||
"imports": "portable-net451+win8",
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "1.0.0-dev-*"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,15 +18,12 @@
|
|||
},
|
||||
"frameworks": {
|
||||
"netstandardapp1.5": {
|
||||
"imports": [
|
||||
"portable-net451+win8",
|
||||
"dnxcore50"
|
||||
],
|
||||
"imports": "portable-net451+win8",
|
||||
"dependencies": {
|
||||
"System.Net.Primitives": "4.0.11-*",
|
||||
"dotnet-test-xunit": "1.0.0-dev-*"
|
||||
}
|
||||
},
|
||||
"net451": {}
|
||||
"dnx451": {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue