Fixed dependencies
This commit is contained in:
parent
69849cc37c
commit
eb182fdafd
|
|
@ -15,13 +15,14 @@
|
||||||
"System.Globalization": "4.0.10-beta-*",
|
"System.Globalization": "4.0.10-beta-*",
|
||||||
"System.Globalization.Extensions": "4.0.0-beta-*",
|
"System.Globalization.Extensions": "4.0.0-beta-*",
|
||||||
"System.Linq": "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.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.Reflection.TypeExtensions": "4.0.0-beta-*",
|
||||||
"System.Runtime": "4.0.20-beta-*",
|
"System.Runtime": "4.0.20-beta-*",
|
||||||
"System.Runtime.InteropServices": "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.Claims": "4.0.0-beta-*",
|
||||||
|
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
|
||||||
"System.Security.Principal": "4.0.0-beta-*",
|
"System.Security.Principal": "4.0.0-beta-*",
|
||||||
"System.Threading.Tasks": "4.0.10-beta-*"
|
"System.Threading.Tasks": "4.0.10-beta-*"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,12 +9,12 @@
|
||||||
"Microsoft.Net.Http.Headers": "1.0.0-*"
|
"Microsoft.Net.Http.Headers": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnx451": {
|
"dnx451": { },
|
||||||
},
|
|
||||||
"dnxcore50": {
|
"dnxcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.IO.FileSystem": "4.0.0-beta-*",
|
"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-*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue