Reacting to CoreCLR version changes

This commit is contained in:
Pranav K 2014-10-10 15:13:49 -07:00
parent 9ad3d5e68f
commit 7fabb80991
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
},
"aspnetcore50": {
"dependencies": {
"Microsoft.CSharp": "4.0.0.0",
"Microsoft.CSharp": "4.0.0-beta-*",
"System.Collections": "4.0.10-beta-*",
"System.Collections.Concurrent": "4.0.0-beta-*",
"System.ComponentModel": "4.0.0-beta-*",
@ -46,7 +46,7 @@
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*",
"System.Runtime.InteropServices": "4.0.20-beta-*",
"System.Runtime.Serialization.Xml": "4.0.0-beta-*",
"System.Runtime.Serialization.Xml": "4.0.10-beta-*",
"System.Security.Claims": "1.0.0-*",
"System.Security.Cryptography.Encryption": "4.0.0-beta-*",
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*",

View File

@ -42,7 +42,7 @@
"System.Runtime.Extensions": "4.0.10-beta-*",
"System.Runtime.InteropServices": "4.0.20-beta-*",
"System.Runtime.Serialization.Primitives": "4.0.0-beta-*",
"System.Runtime.Serialization.Xml": "4.0.0-beta-*",
"System.Runtime.Serialization.Xml": "4.0.10-beta-*",
"System.Text.Encoding": "4.0.10-beta-*",
"System.Text.Encoding.Extensions": "4.0.10-beta-*",
"System.Threading": "4.0.0-beta-*",