Reacting to CoreCLR package version changes

This commit is contained in:
Pranav K 2016-02-08 09:33:50 -08:00
parent d2ea17c6f0
commit fe9aa69970
2 changed files with 2 additions and 2 deletions

View File

@ -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-*",

View File

@ -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-*",