Reacting to CoreCLR package version changes
This commit is contained in:
parent
d2ea17c6f0
commit
fe9aa69970
|
|
@ -21,7 +21,7 @@
|
|||
"System.IO": "4.1.0-*",
|
||||
"System.IO.FileSystem": "4.0.1-*",
|
||||
"System.Net.Primitives": "4.0.11-*",
|
||||
"System.Runtime.InteropServices": "4.0.21-*",
|
||||
"System.Runtime.InteropServices": "4.1.0-*",
|
||||
"System.Security.Claims": "4.0.1-*",
|
||||
"System.Security.Cryptography.X509Certificates": "4.0.0-*",
|
||||
"System.Security.Principal.Windows": "4.0.0-*",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.11-*",
|
||||
"System.Linq": "4.0.1-*",
|
||||
"System.Linq": "4.0.2-*",
|
||||
"System.Net.WebSockets": "4.0.0-*",
|
||||
"System.Resources.ResourceManager": "4.0.1-*",
|
||||
"System.Runtime.Extensions": "4.1.0-*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue