Updating versions to 1.2.0-*

This commit is contained in:
Pranav K 2016-11-09 14:19:34 -08:00
parent cc512560bd
commit 46df38de68
24 changed files with 133 additions and 117 deletions

View File

@ -1,11 +1,11 @@
{
"dependencies": {
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
"Microsoft.AspNetCore.Authentication.Cookies": "1.2.0-*",
"Microsoft.AspNetCore.DataProtection": "1.2.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*"
},
"buildOptions": {
"emitEntryPoint": true

View File

@ -1,12 +1,12 @@
{
"dependencies": {
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.Extensions.Caching.Memory": "1.1.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
"Microsoft.AspNetCore.Authentication.Cookies": "1.2.0-*",
"Microsoft.AspNetCore.DataProtection": "1.2.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.Extensions.Caching.Memory": "1.2.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*"
},
"buildOptions": {
"emitEntryPoint": true

View File

@ -4,12 +4,12 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.1.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*",
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0-*"
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.2.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.2.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.2.0-*",
"Microsoft.Extensions.Configuration.UserSecrets": "1.2.0-*"
},
"frameworks": {
"net451": {},

View File

@ -1,12 +1,12 @@
{
"dependencies": {
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.1.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*",
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.Cookies": "1.2.0-*",
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.2.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.2.0-*",
"Microsoft.Extensions.Configuration.UserSecrets": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.13.4"
},
"frameworks": {

View File

@ -1,15 +1,15 @@
{
"dependencies": {
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.1.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*",
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
"Microsoft.Extensions.Logging.Debug": "1.1.0-*"
"Microsoft.AspNetCore.Authentication.Cookies": "1.2.0-*",
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.2.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.2.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.2.0-*",
"Microsoft.Extensions.Configuration.UserSecrets": "1.2.0-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Microsoft.Extensions.Logging.Debug": "1.2.0-*"
},
"frameworks": {
"net451": {},

View File

@ -1,18 +1,18 @@
{
"dependencies": {
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.Facebook": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.Google": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.Twitter": "1.1.0-*",
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*",
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
"Microsoft.AspNetCore.Authentication.Cookies": "1.2.0-*",
"Microsoft.AspNetCore.Authentication.Facebook": "1.2.0-*",
"Microsoft.AspNetCore.Authentication.Google": "1.2.0-*",
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.2.0-*",
"Microsoft.AspNetCore.Authentication.Twitter": "1.2.0-*",
"Microsoft.AspNetCore.DataProtection": "1.2.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.2.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.2.0-*",
"Microsoft.Extensions.Configuration.UserSecrets": "1.2.0-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*"
},
"buildOptions": {
"emitEntryPoint": true

View File

@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"description": "ASP.NET Core middleware that enables an application to use cookie based authentication.",
"packOptions": {
"repository": {
@ -24,17 +24,19 @@
]
},
"dependencies": {
"Microsoft.AspNetCore.Authentication": "1.1.0-*",
"Microsoft.AspNetCore.Authentication": {
"target": "project"
},
"Microsoft.AspNetCore.ChunkingCookieManager.Sources": {
"version": "1.1.0-*",
"type": "build"
"type": "build",
"target": "project"
},
"Microsoft.Extensions.Options": "1.1.0-*",
"Microsoft.Extensions.Options": "1.2.0-*",
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "build"
},
"Microsoft.Extensions.WebEncoders": "1.1.0-*",
"Microsoft.Extensions.WebEncoders": "1.2.0-*",
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {

View File

@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"description": "ASP.NET Core middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.",
"packOptions": {
"repository": {
@ -21,7 +21,9 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Authentication.OAuth": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.OAuth": {
"target": "project"
},
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {

View File

@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"description": "ASP.NET Core contains middleware to support Google's OpenId and OAuth 2.0 authentication workflows.",
"packOptions": {
"repository": {
@ -21,7 +21,9 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Authentication.OAuth": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.OAuth": {
"target": "project"
},
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {

View File

@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"description": "ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.",
"packOptions": {
"repository": {
@ -21,9 +21,11 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Authentication": "1.1.0-*",
"Microsoft.AspNetCore.Authentication": {
"target": "project"
},
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "build"
},
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.1.0",

View File

@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"description": "ASP.NET Core middleware that enables an application to support the Microsoft Account authentication workflow.",
"packOptions": {
"repository": {
@ -21,7 +21,9 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Authentication.OAuth": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.OAuth": {
"target": "project"
},
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {

View File

@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"description": "ASP.NET Core middleware that enables an application to support any standard OAuth 2.0 authentication workflow.",
"packOptions": {
"repository": {
@ -21,9 +21,11 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Authentication": "1.1.0-*",
"Microsoft.AspNetCore.Authentication": {
"target": "project"
},
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.1-*",

View File

@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"description": "ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow.",
"packOptions": {
"repository": {
@ -21,9 +21,11 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Authentication": "1.1.0-*",
"Microsoft.AspNetCore.Authentication": {
"target": "project"
},
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "build"
},
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.1.0",

View File

@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"description": "ASP.NET Core middleware that enables an application to support Twitter's OAuth 1.0 authentication workflow.",
"packOptions": {
"repository": {
@ -21,9 +21,11 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Authentication": "1.1.0-*",
"Microsoft.AspNetCore.Authentication": {
"target": "project"
},
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.1-*",

View File

@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"description": "ASP.NET Core common types used by the various authentication middleware components.",
"packOptions": {
"repository": {
@ -21,20 +21,20 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Options": "1.1.0-*",
"Microsoft.AspNetCore.DataProtection": "1.2.0-*",
"Microsoft.AspNetCore.Http": "1.2.0-*",
"Microsoft.AspNetCore.Http.Extensions": "1.2.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.2.0-*",
"Microsoft.Extensions.Options": "1.2.0-*",
"Microsoft.Extensions.SecurityHelper.Sources": {
"type": "build",
"version": "1.1.0-*"
"version": "1.2.0-*"
},
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "build"
},
"Microsoft.Extensions.WebEncoders": "1.1.0-*",
"Microsoft.Extensions.WebEncoders": "1.2.0-*",
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {

View File

@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"description": "ASP.NET Core authorization classes.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Authorization.AllowAnonymousAttribute\r\nMicrosoft.AspNetCore.Authorization.AuthorizeAttribute",
"packOptions": {
"repository": {
@ -20,10 +20,10 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Options": "1.1.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.2.0-*",
"Microsoft.Extensions.Options": "1.2.0-*",
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.1-*"

View File

@ -1,9 +1,9 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"shared": "*.cs",
"dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
"Microsoft.Net.Http.Headers": "1.1.0-*",
"Microsoft.AspNetCore.Http.Abstractions": "1.2.0-*",
"Microsoft.Net.Http.Headers": "1.2.0-*",
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {

View File

@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"description": "ASP.NET Core cookie policy classes to control the behavior of cookies.",
"packOptions": {
"repository": {
@ -19,8 +19,8 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.Extensions.Options": "1.1.0-*",
"Microsoft.AspNetCore.Http": "1.2.0-*",
"Microsoft.Extensions.Options": "1.2.0-*",
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {

View File

@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
@ -18,7 +18,7 @@
]
},
"dependencies": {
"Microsoft.AspNetCore.DataProtection.Extensions": "1.1.0-*",
"Microsoft.AspNetCore.DataProtection.Extensions": "1.2.0-*",
"Microsoft.Owin.Security": "3.0.1",
"NETStandard.Library": "1.6.1-*"
},

View File

@ -4,15 +4,15 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.Facebook": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.Google": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.Twitter": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.Cookies": "1.2.0-*",
"Microsoft.AspNetCore.Authentication.Facebook": "1.2.0-*",
"Microsoft.AspNetCore.Authentication.Google": "1.2.0-*",
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.2.0-*",
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.2.0-*",
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.2.0-*",
"Microsoft.AspNetCore.Authentication.Twitter": "1.2.0-*",
"Microsoft.AspNetCore.TestHost": "1.2.0-*",
"Microsoft.AspNetCore.Testing": "1.2.0-*",
"xunit": "2.2.0-*"
},
"frameworks": {

View File

@ -4,10 +4,10 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Authorization": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"Microsoft.Extensions.Logging": "1.1.0-*",
"Microsoft.AspNetCore.Authorization": "1.2.0-*",
"Microsoft.AspNetCore.Testing": "1.2.0-*",
"Microsoft.Extensions.DependencyInjection": "1.2.0-*",
"Microsoft.Extensions.Logging": "1.2.0-*",
"xunit": "2.2.0-*"
},
"frameworks": {

View File

@ -5,10 +5,10 @@
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.ChunkingCookieManager.Sources": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.AspNetCore.Http": "1.2.0-*",
"xunit": "2.2.0-*"
},
"frameworks": {

View File

@ -4,10 +4,10 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
"Microsoft.AspNetCore.CookiePolicy": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.Cookies": "1.2.0-*",
"Microsoft.AspNetCore.CookiePolicy": "1.2.0-*",
"Microsoft.AspNetCore.TestHost": "1.2.0-*",
"Microsoft.Extensions.DependencyInjection": "1.2.0-*",
"xunit": "2.2.0-*"
},
"frameworks": {

View File

@ -4,10 +4,10 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.Cookies": "1.2.0-*",
"Microsoft.AspNetCore.TestHost": "1.2.0-*",
"Microsoft.Owin.Security.Cookies": "3.0.1",
"Microsoft.Owin.Security.Interop": "1.1.0-*",
"Microsoft.Owin.Security.Interop": "1.2.0-*",
"Microsoft.Owin.Testing": "3.0.1",
"NETStandard.Library": "1.6.1-*",
"xunit": "2.2.0-*"