From 0db9a16c915ba5e686f6e001af82853edca63e09 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 1 Dec 2015 10:22:04 -0800 Subject: [PATCH] Use the newest build of OpenIdConnect packages cloned to AspNet feeds. Fixes #576 --- NuGet.config | 1 - .../project.json | 48 +++++++++---------- .../project.json | 48 +++++++++---------- 3 files changed, 48 insertions(+), 49 deletions(-) diff --git a/NuGet.config b/NuGet.config index a6026c9cf9..5500f6d507 100644 --- a/NuGet.config +++ b/NuGet.config @@ -3,6 +3,5 @@ - diff --git a/src/Microsoft.AspNet.Authentication.JwtBearer/project.json b/src/Microsoft.AspNet.Authentication.JwtBearer/project.json index 9db6f35949..264e9c2c3b 100644 --- a/src/Microsoft.AspNet.Authentication.JwtBearer/project.json +++ b/src/Microsoft.AspNet.Authentication.JwtBearer/project.json @@ -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-*" + } } + } } diff --git a/src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json b/src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json index d740f4a939..f8011df77e 100644 --- a/src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json +++ b/src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json @@ -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-*" + } } + } }