diff --git a/NuGet.Config b/NuGet.Config index da57d47267..c94000b136 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -3,5 +3,6 @@ + - \ No newline at end of file + diff --git a/src/Microsoft.AspNet.Authentication.OAuthBearer/project.json b/src/Microsoft.AspNet.Authentication.OAuthBearer/project.json index e81bd34992..dff02afcb7 100644 --- a/src/Microsoft.AspNet.Authentication.OAuthBearer/project.json +++ b/src/Microsoft.AspNet.Authentication.OAuthBearer/project.json @@ -4,7 +4,7 @@ "dependencies": { "Microsoft.AspNet.Authentication": "1.0.0-*", "Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }, - "Microsoft.IdentityModel.Protocol.Extensions": "2.0.0-beta4-*" + "Microsoft.IdentityModel.Protocol.Extensions": "2.0.0-beta5-*" }, "frameworks": { "dnx451": { diff --git a/src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json b/src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json index b61834b53e..0bf9f2d9e3 100644 --- a/src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json +++ b/src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json @@ -4,7 +4,7 @@ "dependencies": { "Microsoft.AspNet.Authentication": "1.0.0-*", "Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }, - "Microsoft.IdentityModel.Protocol.Extensions": "2.0.0-beta4-*" + "Microsoft.IdentityModel.Protocol.Extensions": "2.0.0-beta5-*" }, "frameworks": { "dnx451": {