Reacting to CoreCLR version changes
This commit is contained in:
parent
c6d2d2ce24
commit
b43c27763d
|
|
@ -16,7 +16,7 @@
|
|||
"aspnet50": { },
|
||||
"aspnetcore50": {
|
||||
"dependencies": {
|
||||
"Microsoft.Win32.Primitives": "4.0.0.0",
|
||||
"Microsoft.Win32.Primitives": "4.0.0-beta-*",
|
||||
"System.Collections": "4.0.10-beta-*",
|
||||
"System.Collections.Concurrent": "4.0.0-beta-*",
|
||||
"System.Diagnostics.Contracts": "4.0.0-beta-*",
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
"aspnetcore50": {
|
||||
"dependencies": {
|
||||
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*",
|
||||
"Microsoft.Win32.Primitives": "4.0.0.0",
|
||||
"Microsoft.Win32.Primitives": "4.0.0-beta-*",
|
||||
"System.Collections": "4.0.10-beta-*",
|
||||
"System.Collections.Concurrent": "4.0.0-beta-*",
|
||||
"System.Diagnostics.Contracts": "4.0.0-beta-*",
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"net45": { },
|
||||
"aspnetcore50": {
|
||||
"dependencies": {
|
||||
"Microsoft.Win32.Primitives": "4.0.0.0",
|
||||
"Microsoft.Win32.Primitives": "4.0.0-beta-*",
|
||||
"System.Collections": "4.0.10-beta-*",
|
||||
"System.Collections.Concurrent": "4.0.0-beta-*",
|
||||
"System.Diagnostics.Contracts": "4.0.0-beta-*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue