Reacting to System.Collections.Concurrent versioning change

This commit is contained in:
Pranav K 2014-10-23 23:10:18 -07:00
parent 0a3ad09466
commit e174b66b4f
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
},
"aspnetcore50": {
"dependencies": {
"System.Collections.Concurrent": "4.0.0-beta-*",
"System.Collections.Concurrent": "4.0.10-beta-*",
"System.ComponentModel.TypeConverter": "4.0.0-beta-*",
"System.Diagnostics.Contracts": "4.0.0-beta-*",
"System.Reflection.TypeExtensions": "4.0.0-beta-*",

View File

@ -17,7 +17,7 @@
},
"aspnetcore50": {
"dependencies": {
"System.Collections.Concurrent": "4.0.0-beta-*",
"System.Collections.Concurrent": "4.0.10-beta-*",
"System.Diagnostics.Contracts": "4.0.0-beta-*",
"Microsoft.Framework.Runtime.Interfaces": { "version": "1.0.0-*", "type": "build" }
}