Reacting to CoreCLR package version changes

This commit is contained in:
Pranav K 2016-02-08 09:33:49 -08:00
parent 67d2ec580c
commit 2e916284cc
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
"net451": { },
"dotnet5.4": {
"dependencies": {
"System.Collections.Concurrent": "4.0.11-*",
"System.Collections.Concurrent": "4.0.12-*",
"System.Threading.Tasks": "4.0.11-*",
"System.Reflection.Extensions": "4.0.1-*"
}

View File

@ -33,7 +33,7 @@
"dotnet5.4": {
"dependencies": {
"System.Collections": "4.0.11-*",
"System.Text.RegularExpressions": "4.0.11-*",
"System.Text.RegularExpressions": "4.0.12-*",
}
}
}