Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit 0b214a0

Browse files
committed
* Changing IdentityModel package versions to beta5
* Updating NuGet.config to pick up packages from AzureAD feed.
1 parent 36b82b0 commit 0b214a0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

NuGet.Config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
<clear />
55
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetrelease/api/v2" />
66
<add key="NuGet" value="https://nuget.org/api/v2/" />
7+
<add key="AzureAD" value="http://www.myget.org/F/azureadwebstackrelease"/>
78
</packageSources>
89
</configuration>

src/Microsoft.AspNet.Authentication.OAuthBearer/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"Microsoft.AspNet.Authentication": "1.0.0-*",
66
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" },
7-
"Microsoft.IdentityModel.Protocol.Extensions": "2.0.0-beta4-*"
7+
"Microsoft.IdentityModel.Protocol.Extensions": "2.0.0-beta5-*"
88
},
99
"frameworks": {
1010
"dnx451": {

src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"Microsoft.AspNet.Authentication": "1.0.0-*",
66
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" },
7-
"Microsoft.IdentityModel.Protocol.Extensions": "2.0.0-beta4-*"
7+
"Microsoft.IdentityModel.Protocol.Extensions": "2.0.0-beta5-*"
88
},
99
"frameworks": {
1010
"dnx451": {

0 commit comments

Comments
 (0)