Fixed packages
This commit is contained in:
parent
7314e6568a
commit
7c67a4a594
|
|
@ -3,7 +3,6 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
|
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
||||||
"xunit": "2.1.0"
|
"xunit": "2.1.0"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
@ -12,7 +11,9 @@
|
||||||
"System.Net.Http.WinHttpHandler": "4.0.0-*",
|
"System.Net.Http.WinHttpHandler": "4.0.0-*",
|
||||||
"System.Net.Requests": "4.0.11-*",
|
"System.Net.Requests": "4.0.11-*",
|
||||||
"System.Net.WebHeaderCollection": "4.0.1-*",
|
"System.Net.WebHeaderCollection": "4.0.1-*",
|
||||||
"dotnet-test-xunit": "1.0.0-dev-*"
|
"dotnet-test-xunit": "1.0.0-dev-*",
|
||||||
|
"NETStandard.Library": "1.5.0-*",
|
||||||
|
"System.Diagnostics.Process": "4.1.0-*"
|
||||||
},
|
},
|
||||||
"imports": [
|
"imports": [
|
||||||
"dnxcore50",
|
"dnxcore50",
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
"Microsoft.Net.Http.Server": "0.1.0-*",
|
"Microsoft.Net.Http.Server": "0.1.0-*",
|
||||||
"Microsoft.Net.WebSockets.Server": "0.1.0-*",
|
"Microsoft.Net.WebSockets.Server": "0.1.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
||||||
"xunit": "2.1.0"
|
"xunit": "2.1.0"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
@ -14,7 +13,9 @@
|
||||||
"System.Net.Http.WinHttpHandler": "4.0.0-*",
|
"System.Net.Http.WinHttpHandler": "4.0.0-*",
|
||||||
"System.Net.Requests": "4.0.11-*",
|
"System.Net.Requests": "4.0.11-*",
|
||||||
"System.Net.WebSockets.Client": "4.0.0-*",
|
"System.Net.WebSockets.Client": "4.0.0-*",
|
||||||
"dotnet-test-xunit": "1.0.0-dev-*"
|
"dotnet-test-xunit": "1.0.0-dev-*",
|
||||||
|
"NETStandard.Library": "1.5.0-*",
|
||||||
|
"System.Diagnostics.Process": "4.1.0-*"
|
||||||
},
|
},
|
||||||
"imports": [
|
"imports": [
|
||||||
"dnxcore50",
|
"dnxcore50",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue