Reacting to CLR package versioning changes

This commit is contained in:
Pranav K 2014-10-10 10:34:52 -07:00
parent 787138322b
commit 83f4d0261d
2 changed files with 11 additions and 11 deletions

View File

@ -5,16 +5,16 @@
"aspnetcore50": {
"dependencies": {
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*",
"System.Diagnostics.Contracts": "4.0.0.0",
"System.Linq": "4.0.0.0",
"System.Runtime": "4.0.20.0",
"System.Runtime.InteropServices": "4.0.20.0",
"System.Runtime.Extensions": "4.0.10.0",
"System.Security.Cryptography.Encryption": "4.0.0.0",
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0",
"System.Threading": "4.0.0.0",
"System.Threading.Tasks": "4.0.10.0",
"System.Threading.Timer": "4.0.0.0"
"System.Diagnostics.Contracts": "4.0.0-beta-*",
"System.Linq": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.InteropServices": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*",
"System.Security.Cryptography.Encryption": "4.0.0-beta-*",
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*",
"System.Threading": "4.0.0-beta-*",
"System.Threading.Tasks": "4.0.10-beta-*",
"System.Threading.Timer": "4.0.0-beta-*"
}
}
}

View File

@ -9,7 +9,7 @@
"aspnet50": { },
"aspnetcore50": {
"dependencies": {
"System.Runtime": "4.0.20.0"
"System.Runtime": "4.0.20-beta-*"
}
}
}