Reacting to CoreCLR package version changes
This commit is contained in:
parent
fc99082ea8
commit
5e72b580d9
|
|
@ -38,7 +38,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Reflection.Extensions": "4.0.1-*",
|
"System.Reflection.Extensions": "4.0.1-*",
|
||||||
"System.Reflection.TypeExtensions": "4.1.0-*",
|
"System.Reflection.TypeExtensions": "4.1.0-*",
|
||||||
"System.Text.RegularExpressions": "4.0.11-*"
|
"System.Text.RegularExpressions": "4.0.12-*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
"dotnet5.4": {
|
"dotnet5.4": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.IO.FileSystem": "4.0.1-*",
|
"System.IO.FileSystem": "4.0.1-*",
|
||||||
"System.Linq": "4.0.1-*",
|
"System.Linq": "4.0.2-*",
|
||||||
"System.Security.Cryptography.Algorithms": "4.0.0-*",
|
"System.Security.Cryptography.Algorithms": "4.0.0-*",
|
||||||
"System.Threading.Thread": "4.0.0-*"
|
"System.Threading.Thread": "4.0.0-*"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue