React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
This commit is contained in:
parent
bb226aef6b
commit
5eed7b9b88
|
|
@ -44,7 +44,7 @@
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.CSharp": "4.0.1-*",
|
"Microsoft.CSharp": "4.0.1-*",
|
||||||
"System.ComponentModel.TypeConverter": "4.0.1-*",
|
"System.ComponentModel.TypeConverter": "4.1.0-*",
|
||||||
"System.Reflection.Extensions": "4.0.1-*",
|
"System.Reflection.Extensions": "4.0.1-*",
|
||||||
"System.Text.Encoding.Extensions": "4.0.11-*"
|
"System.Text.Encoding.Extensions": "4.0.11-*"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
"netstandard1.6": {
|
"netstandard1.6": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Collections.Concurrent": "4.0.12-*",
|
"System.Collections.Concurrent": "4.0.12-*",
|
||||||
"System.ComponentModel.TypeConverter": "4.0.1-*",
|
"System.ComponentModel.TypeConverter": "4.1.0-*",
|
||||||
"System.Reflection.Extensions": "4.0.1-*",
|
"System.Reflection.Extensions": "4.0.1-*",
|
||||||
"System.Text.Encoding.Extensions": "4.0.11-*"
|
"System.Text.Encoding.Extensions": "4.0.11-*"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
"portable-net451+win8"
|
"portable-net451+win8"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Net.Http": "4.0.1-*",
|
"System.Net.Http": "4.1.0-*",
|
||||||
"System.Runtime.Serialization.Xml": "4.1.1-*",
|
"System.Runtime.Serialization.Xml": "4.1.1-*",
|
||||||
"System.Xml.XmlSerializer": "4.0.11-*"
|
"System.Xml.XmlSerializer": "4.0.11-*"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue