Reacting to System.Text.Encoding package version change
This commit is contained in:
parent
85ad1aeb96
commit
6944fd4bc4
|
|
@ -51,7 +51,7 @@
|
||||||
"System.Security.Cryptography.Encryption": "4.0.0.0",
|
"System.Security.Cryptography.Encryption": "4.0.0.0",
|
||||||
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0",
|
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0",
|
||||||
"System.Security.Principal": "4.0.0.0",
|
"System.Security.Principal": "4.0.0.0",
|
||||||
"System.Text.Encoding": "4.0.20.0",
|
"System.Text.Encoding": "4.0.10.0",
|
||||||
"System.Threading": "4.0.0.0",
|
"System.Threading": "4.0.0.0",
|
||||||
"System.Threading.Tasks": "4.0.10.0",
|
"System.Threading.Tasks": "4.0.10.0",
|
||||||
"System.Xml.ReaderWriter": "4.0.10.0",
|
"System.Xml.ReaderWriter": "4.0.10.0",
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
"System.Runtime.InteropServices": "4.0.20.0",
|
"System.Runtime.InteropServices": "4.0.20.0",
|
||||||
"System.Runtime.Serialization.Primitives": "4.0.0.0",
|
"System.Runtime.Serialization.Primitives": "4.0.0.0",
|
||||||
"System.Runtime.Serialization.Xml": "4.0.0.0",
|
"System.Runtime.Serialization.Xml": "4.0.0.0",
|
||||||
"System.Text.Encoding": "4.0.20.0",
|
"System.Text.Encoding": "4.0.10.0",
|
||||||
"System.Text.Encoding.Extensions": "4.0.10.0",
|
"System.Text.Encoding.Extensions": "4.0.10.0",
|
||||||
"System.Threading": "4.0.0.0",
|
"System.Threading": "4.0.0.0",
|
||||||
"System.Threading.Tasks": "4.0.10.0",
|
"System.Threading.Tasks": "4.0.10.0",
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
"System.Runtime": "4.0.20.0",
|
"System.Runtime": "4.0.20.0",
|
||||||
"System.Runtime.Extensions": "4.0.10.0",
|
"System.Runtime.Extensions": "4.0.10.0",
|
||||||
"System.Runtime.InteropServices": "4.0.20.0",
|
"System.Runtime.InteropServices": "4.0.20.0",
|
||||||
"System.Text.Encoding": "4.0.20.0",
|
"System.Text.Encoding": "4.0.10.0",
|
||||||
"System.Threading.Tasks": "4.0.10.0"
|
"System.Threading.Tasks": "4.0.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue