Use the newest build of OpenIdConnect packages cloned to AspNet feeds.

Fixes #576
This commit is contained in:
Pranav K 2015-12-01 10:22:04 -08:00
parent 8b996d11e6
commit 0db9a16c91
3 changed files with 48 additions and 49 deletions

View File

@ -3,6 +3,5 @@
<packageSources>
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetcidev/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="AzureAD" value="http://www.myget.org/F/azureadwebstacknightly/api/v3/index.json" />
</packageSources>
</configuration>

View File

@ -11,15 +11,15 @@
},
"dependencies": {
"Microsoft.AspNet.Authentication": "1.0.0-*",
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-rc1-211050742"
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-*"
},
"frameworks": {
"dnx451": {
"net451": {
"frameworkAssemblies": {
"System.Net.Http": ""
}
},
"dnxcore50": {
"dotnet54": {
"dependencies": {
"System.Net.Http": "4.0.1-*"
}

View File

@ -11,15 +11,15 @@
},
"dependencies": {
"Microsoft.AspNet.Authentication": "1.0.0-*",
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-rc1-211050742"
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-*"
},
"frameworks": {
"dnx451": {
"net451": {
"frameworkAssemblies": {
"System.Net.Http": ""
}
},
"dnxcore50": {
"dotnet54": {
"dependencies": {
"System.Net.Http": "4.0.1-*"
}