Fixed dependencies

This commit is contained in:
David Fowler 2015-05-21 03:46:18 -07:00
parent 69849cc37c
commit eb182fdafd
2 changed files with 46 additions and 45 deletions

View File

@ -15,13 +15,14 @@
"System.Globalization": "4.0.10-beta-*",
"System.Globalization.Extensions": "4.0.0-beta-*",
"System.Linq": "4.0.0-beta-*",
"System.Linq.Expressions": "4.0.10-beta-*",
"System.Net.Primitives": "4.0.10-beta-*",
"System.Net.WebSockets" : "4.0.0-beta-*",
"System.Net.WebSockets": "4.0.0-beta-*",
"System.Reflection.TypeExtensions": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.InteropServices": "4.0.20-beta-*",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
"System.Security.Claims": "4.0.0-beta-*",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
"System.Security.Principal": "4.0.0-beta-*",
"System.Threading.Tasks": "4.0.10-beta-*"
}

View File

@ -9,12 +9,12 @@
"Microsoft.Net.Http.Headers": "1.0.0-*"
},
"frameworks": {
"dnx451": {
},
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.IO.FileSystem": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*"
"System.Runtime": "4.0.20-beta-*",
"System.Resources.ResourceManager": "4.0.0-beta-*"
}
}
}