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

@ -1,28 +1,28 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 middleware that enables an application to receive an OpenID Connect bearer token.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
"version": "1.0.0-*",
"description": "ASP.NET 5 middleware that enables an application to receive an OpenID Connect bearer token.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
},
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNet.Authentication": "1.0.0-*",
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Net.Http": ""
}
},
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNet.Authentication": "1.0.0-*",
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-rc1-211050742"
},
"frameworks": {
"dnx451": {
"frameworkAssemblies": {
"System.Net.Http": ""
}
},
"dnxcore50": {
"dependencies": {
"System.Net.Http": "4.0.1-*"
}
}
"dotnet54": {
"dependencies": {
"System.Net.Http": "4.0.1-*"
}
}
}
}

View File

@ -1,28 +1,28 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 middleware that enables an application to support the OpenID Connect authentication workflow.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
"version": "1.0.0-*",
"description": "ASP.NET 5 middleware that enables an application to support the OpenID Connect authentication workflow.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"
},
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNet.Authentication": "1.0.0-*",
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Net.Http": ""
}
},
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNet.Authentication": "1.0.0-*",
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-rc1-211050742"
},
"frameworks": {
"dnx451": {
"frameworkAssemblies": {
"System.Net.Http": ""
}
},
"dnxcore50": {
"dependencies": {
"System.Net.Http": "4.0.1-*"
}
}
"dotnet54": {
"dependencies": {
"System.Net.Http": "4.0.1-*"
}
}
}
}