Reacting to CoreCLR package version changes
This commit is contained in:
parent
33134f7f2a
commit
67611a81cb
|
|
@ -13,8 +13,8 @@
|
|||
"net451": {},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Collections.Concurrent": "4.0.11-*",
|
||||
"System.Linq": "4.0.1-*"
|
||||
"System.Collections.Concurrent": "4.0.12-*",
|
||||
"System.Linq": "4.0.2-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"net451": {},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Collections.Concurrent": "4.0.11-*",
|
||||
"System.Collections.Concurrent": "4.0.12-*",
|
||||
"System.Resources.Reader": "4.0.0-*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue