Reacting to CoreCLR package version changes

This commit is contained in:
Pranav K 2016-02-08 09:33:47 -08:00
parent 33134f7f2a
commit 67611a81cb
2 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Collections.Concurrent": "4.0.11-*",
"System.Linq": "4.0.1-*"
"System.Collections.Concurrent": "4.0.12-*",
"System.Linq": "4.0.2-*"
}
}
}

View File

@ -19,7 +19,7 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Collections.Concurrent": "4.0.11-*",
"System.Collections.Concurrent": "4.0.12-*",
"System.Resources.Reader": "4.0.0-*"
}
}