Merge branch 'release' into dev
This commit is contained in:
commit
686783f0f1
|
|
@ -6,9 +6,9 @@
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
"imports": [
|
||||||
"portable-net451+win8",
|
"portable-dnxcore50+net45+win8+wp8+wpa81",
|
||||||
"dnxcore50",
|
"dotnet",
|
||||||
"netstandardapp1.5"
|
"portable-net45+win8"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
"dotnet-test-xunit": "1.0.0-*",
|
||||||
|
|
|
||||||
|
|
@ -18,11 +18,15 @@
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
"imports": [
|
||||||
"portable-net451+win8",
|
"portable-dnxcore50+net45+win8+wp8+wpa81",
|
||||||
"dnxcore50"
|
"dotnet",
|
||||||
|
"portable-net45+win8"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": "1.0.0-*",
|
"Microsoft.NETCore.App": {
|
||||||
|
"version": "1.0.0-*",
|
||||||
|
"type": "platform"
|
||||||
|
},
|
||||||
"System.Net.Primitives": "4.0.11-*",
|
"System.Net.Primitives": "4.0.11-*",
|
||||||
"System.Diagnostics.Process": "4.1.0-*"
|
"System.Diagnostics.Process": "4.1.0-*"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue