Reacting to CoreCLR package version changes

This commit is contained in:
Pranav K 2016-02-08 09:33:48 -08:00
parent fc99082ea8
commit 5e72b580d9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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