Reacting to CoreCLR package version changes
This commit is contained in:
parent
faf8a73953
commit
77c137fc0a
|
|
@ -31,7 +31,7 @@
|
|||
"System.Linq.Expressions": "4.0.11-*",
|
||||
"System.Net.WebSockets": "4.0.0-*",
|
||||
"System.Reflection.TypeExtensions": "4.1.0-*",
|
||||
"System.Runtime.InteropServices": "4.0.21-*",
|
||||
"System.Runtime.InteropServices": "4.1.0-*",
|
||||
"System.Security.Cryptography.X509Certificates": "4.0.0-*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.11-*",
|
||||
"System.Linq": "4.0.1-*",
|
||||
"System.Linq": "4.0.2-*",
|
||||
"System.Net.Primitives": "4.0.11-*",
|
||||
"System.Net.WebSockets": "4.0.0-*",
|
||||
"System.Runtime.Extensions": "4.1.0-*",
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
"System.Diagnostics.Contracts": "4.0.1-*",
|
||||
"System.Globalization": "4.0.11-*",
|
||||
"System.Globalization.Extensions": "4.0.1-*",
|
||||
"System.Linq": "4.0.1-*",
|
||||
"System.Linq": "4.0.2-*",
|
||||
"System.Text.Encoding": "4.0.11-*",
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue