Updating to dev versions

# Conflicts:
#	src/Microsoft.AspNetCore.Authentication.OAuth/project.json
#	src/Microsoft.AspNetCore.Authentication.Twitter/project.json
This commit is contained in:
Pranav K 2016-06-16 10:18:34 -07:00
parent 1f51f6dd2f
commit d8d408638e
22 changed files with 112 additions and 118 deletions

View File

@ -1,11 +1,11 @@
{
"dependencies": {
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNetCore.DataProtection": "1.0.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
"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-*"
},
"buildOptions": {
"emitEntryPoint": true

View File

@ -1,12 +1,12 @@
{
"dependencies": {
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNetCore.DataProtection": "1.0.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
"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-*"
},
"buildOptions": {
"emitEntryPoint": true

View File

@ -1,15 +1,15 @@
{
"version": "1.0.0-*",
"version": "1.1.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*"
"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.UserSecrets": "1.1.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*"
},
"frameworks": {
"net451": {},

View File

@ -1,16 +1,16 @@
{
"dependencies": {
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"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.IdentityModel.Clients.ActiveDirectory": "3.11.305310302-alpha"
},
"frameworks": {
"net451": { },
"net451": {},
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {

View File

@ -1,15 +1,15 @@
{
"dependencies": {
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0-*",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.Extensions.Logging.Debug": "1.0.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*"
"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.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.Extensions.Configuration.EnvironmentVariables": "1.1.0-*"
},
"frameworks": {
"net451": {},

View File

@ -1,24 +1,24 @@
{
"dependencies": {
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-*",
"Microsoft.AspNetCore.DataProtection": "1.0.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0-*",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.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.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.UserSecrets": "1.1.0-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*"
},
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net451": { },
"net451": {},
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.1.0-*",
"description": "ASP.NET Core middleware that enables an application to use cookie based authentication.",
"packOptions": {
"repository": {
@ -21,9 +21,9 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Authentication": "1.0.0-*",
"Microsoft.Extensions.Options": "1.0.0-*",
"Microsoft.Extensions.WebEncoders": "1.0.0-*"
"Microsoft.AspNetCore.Authentication": "1.1.0-*",
"Microsoft.Extensions.Options": "1.1.0-*",
"Microsoft.Extensions.WebEncoders": "1.1.0-*"
},
"frameworks": {
"net451": {},

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.1.0-*",
"description": "ASP.NET Core middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.",
"packOptions": {
"repository": {
@ -21,11 +21,10 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-*"
"Microsoft.AspNetCore.Authentication.OAuth": "1.1.0-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {
}
"netstandard1.3": {}
}
}

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.1.0-*",
"description": "ASP.NET Core contains middleware to support Google's OpenId and OAuth 2.0 authentication workflows.",
"packOptions": {
"repository": {
@ -21,11 +21,10 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-*"
"Microsoft.AspNetCore.Authentication.OAuth": "1.1.0-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {
}
"netstandard1.3": {}
}
}

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.1.0-*",
"description": "ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.",
"packOptions": {
"repository": {
@ -21,12 +21,11 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Authentication": "1.0.0-*",
"Microsoft.AspNetCore.Authentication": "1.1.0-*",
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-*"
},
"frameworks": {
"net451": {},
"netstandard1.4": {
}
"netstandard1.4": {}
}
}

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.1.0-*",
"description": "ASP.NET Core middleware that enables an application to support the Microsoft Account authentication workflow.",
"packOptions": {
"repository": {
@ -21,11 +21,10 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Authentication.OAuth": "1.0.0-*"
"Microsoft.AspNetCore.Authentication.OAuth": "1.1.0-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {
}
"netstandard1.3": {}
}
}

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.1.0-*",
"description": "ASP.NET Core middleware that enables an application to support any standard OAuth 2.0 authentication workflow.",
"packOptions": {
"repository": {
@ -21,7 +21,7 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Authentication": "1.0.0-*",
"Microsoft.AspNetCore.Authentication": "1.1.0-*",
"Newtonsoft.Json": "9.0.1"
},
"frameworks": {

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.1.0-*",
"description": "ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow.",
"packOptions": {
"repository": {
@ -21,12 +21,11 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Authentication": "1.0.0-*",
"Microsoft.AspNetCore.Authentication": "1.1.0-*",
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-*"
},
"frameworks": {
"net451": {},
"netstandard1.4": {
}
"netstandard1.4": {}
}
}

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.1.0-*",
"description": "ASP.NET Core middleware that enables an application to support Twitter's OAuth 2.0 authentication workflow.",
"packOptions": {
"repository": {
@ -21,12 +21,11 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Authentication": "1.0.0-*",
"Microsoft.AspNetCore.Authentication": "1.1.0-*",
"Newtonsoft.Json": "9.0.1"
},
"frameworks": {
"net451": {},
"netstandard1.3": {
}
"netstandard1.3": {}
}
}

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.1.0-*",
"description": "ASP.NET Core common types used by the various authentication middleware components.",
"packOptions": {
"repository": {
@ -21,16 +21,16 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.DataProtection": "1.0.0-*",
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
"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.SecurityHelper.Sources": {
"type": "build",
"version": "1.0.0-*"
"version": "1.1.0-*"
},
"Microsoft.Extensions.Options": "1.0.0-*",
"Microsoft.Extensions.WebEncoders": "1.0.0-*"
"Microsoft.Extensions.Options": "1.1.0-*",
"Microsoft.Extensions.WebEncoders": "1.1.0-*"
},
"frameworks": {
"net451": {

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.1.0-*",
"description": "ASP.NET Core authorization classes.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Authorization.AllowAnonymousAttribute\r\nMicrosoft.AspNetCore.Authorization.AuthorizeAttribute",
"packOptions": {
"repository": {
@ -20,8 +20,8 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Options": "1.0.0-*"
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Options": "1.1.0-*"
},
"frameworks": {
"net451": {

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.1.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.0.0-*",
"Microsoft.Extensions.Options": "1.0.0-*"
"Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.Extensions.Options": "1.1.0-*"
},
"frameworks": {
"net451": {},

View File

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

View File

@ -4,15 +4,15 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.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-*",
"xunit": "2.1.0"
},
"frameworks": {

View File

@ -4,10 +4,10 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Authorization": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.Logging": "1.0.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-*",
"xunit": "2.1.0"
},
"frameworks": {

View File

@ -4,10 +4,10 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNetCore.CookiePolicy": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.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-*",
"xunit": "2.1.0"
},
"frameworks": {

View File

@ -4,10 +4,10 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.Owin.Security.Cookies": "3.0.1",
"Microsoft.Owin.Security.Interop": "1.0.0-*",
"Microsoft.Owin.Security.Interop": "1.1.0-*",
"Microsoft.Owin.Testing": "3.0.1",
"xunit": "2.1.0"
},