From 1bd605da5e136482cf38283e31c21208130d1d00 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Sun, 8 Mar 2015 12:56:09 -0700 Subject: [PATCH] Update aspnet50/aspnetcore50 => dnx451/dnxcore50. --- samples/CookieSample/project.json | 6 +++--- samples/CookieSessionSample/project.json | 6 +++--- samples/OpenIdConnectSample/project.json | 4 ++-- samples/SocialSample/project.json | 6 +++--- src/Microsoft.AspNet.Authentication.Cookies/project.json | 6 +++--- src/Microsoft.AspNet.Authentication.Facebook/project.json | 6 +++--- src/Microsoft.AspNet.Authentication.Google/project.json | 6 +++--- .../project.json | 6 +++--- .../OAuthAuthenticationMiddleware.cs | 2 +- .../OAuthAuthenticationOptions.cs | 2 +- src/Microsoft.AspNet.Authentication.OAuth/project.json | 6 +++--- .../OAuthBearerAuthenticationMiddleware.cs | 2 +- .../OAuthBearerAuthenticationOptions.cs | 4 ++-- .../project.json | 6 +++--- .../OpenIdConnectAuthenticationMiddleware.cs | 2 +- .../OpenIdConnectAuthenticationOptions.cs | 2 +- .../project.json | 8 ++++---- .../TwitterAuthenticationMiddleware.cs | 4 ++-- .../TwitterAuthenticationOptions.cs | 6 +++--- src/Microsoft.AspNet.Authentication.Twitter/project.json | 6 +++--- .../CertificateSubjectKeyIdentifierValidator.cs | 4 ++-- .../CertificateSubjectPublicKeyInfoValidator.cs | 4 ++-- .../CertificateThumbprintValidator.cs | 4 ++-- .../ICertificateValidator.cs | 4 ++-- src/Microsoft.AspNet.Authentication/project.json | 6 +++--- src/Microsoft.AspNet.Authorization/project.json | 6 +++--- test/Microsoft.AspNet.Authentication.Test/project.json | 4 ++-- test/Microsoft.AspNet.Authorization.Test/project.json | 4 ++-- 28 files changed, 66 insertions(+), 66 deletions(-) diff --git a/samples/CookieSample/project.json b/samples/CookieSample/project.json index 4840de91aa..ed54e27de4 100644 --- a/samples/CookieSample/project.json +++ b/samples/CookieSample/project.json @@ -1,4 +1,4 @@ -{ +{ "dependencies": { "Microsoft.AspNet.Authentication.Cookies": "1.0.0-*", "Microsoft.AspNet.Server.WebListener": "1.0.0-*", @@ -10,9 +10,9 @@ "kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5004" }, "frameworks": { - "aspnet50": { + "dnx451": { }, - "aspnetcore50": { + "dnxcore50": { } }, "webroot":"wwwroot" diff --git a/samples/CookieSessionSample/project.json b/samples/CookieSessionSample/project.json index 18401fb77c..afc5e604b1 100644 --- a/samples/CookieSessionSample/project.json +++ b/samples/CookieSessionSample/project.json @@ -1,4 +1,4 @@ -{ +{ "dependencies": { "Microsoft.AspNet.Authentication.Cookies": "1.0.0-*", "Microsoft.AspNet.Server.WebListener": "1.0.0-*", @@ -11,8 +11,8 @@ "kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5004" }, "frameworks": { - "aspnet50": { }, - "aspnetcore50": { } + "dnx451": { }, + "dnxcore50": { } }, "webroot": "wwwroot" } diff --git a/samples/OpenIdConnectSample/project.json b/samples/OpenIdConnectSample/project.json index 382c6b1691..dce6a6bb92 100644 --- a/samples/OpenIdConnectSample/project.json +++ b/samples/OpenIdConnectSample/project.json @@ -7,8 +7,8 @@ "Microsoft.AspNet.Server.WebListener": "1.0.0-*" }, "frameworks": { - "aspnet50": { }, - "aspnetcore50": { } + "dnx451": { }, + "dnxcore50": { } }, "commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:12345", diff --git a/samples/SocialSample/project.json b/samples/SocialSample/project.json index d925cf66b4..bb20bba576 100644 --- a/samples/SocialSample/project.json +++ b/samples/SocialSample/project.json @@ -1,4 +1,4 @@ -{ +{ "dependencies": { "Microsoft.AspNet.Diagnostics": "1.0.0-*", "Microsoft.AspNet.Authentication.Cookies": "1.0.0-*", @@ -16,9 +16,9 @@ "kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:54540" }, "frameworks": { - "aspnet50": { + "dnx451": { }, - "aspnetcore50": { + "dnxcore50": { } }, "webroot": "wwwroot" diff --git a/src/Microsoft.AspNet.Authentication.Cookies/project.json b/src/Microsoft.AspNet.Authentication.Cookies/project.json index 07d23fdcaf..331cfd3ea7 100644 --- a/src/Microsoft.AspNet.Authentication.Cookies/project.json +++ b/src/Microsoft.AspNet.Authentication.Cookies/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "description": "ASP.NET middleware that enables an application to use cookie based authentication, similar to ASP.NET's forms authentication.", "dependencies": { @@ -6,7 +6,7 @@ "Newtonsoft.Json": "6.0.6" }, "frameworks": { - "aspnet50": { }, - "aspnetcore50": { } + "dnx451": { }, + "dnxcore50": { } } } diff --git a/src/Microsoft.AspNet.Authentication.Facebook/project.json b/src/Microsoft.AspNet.Authentication.Facebook/project.json index fd1a44d159..f810be04e7 100644 --- a/src/Microsoft.AspNet.Authentication.Facebook/project.json +++ b/src/Microsoft.AspNet.Authentication.Facebook/project.json @@ -1,11 +1,11 @@ -{ +{ "version": "1.0.0-*", "description": "ASP.NET 5 middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.", "dependencies": { "Microsoft.AspNet.Authentication.OAuth": "1.0.0-*" }, "frameworks": { - "aspnet50": { }, - "aspnetcore50": { } + "dnx451": { }, + "dnxcore50": { } } } diff --git a/src/Microsoft.AspNet.Authentication.Google/project.json b/src/Microsoft.AspNet.Authentication.Google/project.json index cdaa628825..71b987de9a 100644 --- a/src/Microsoft.AspNet.Authentication.Google/project.json +++ b/src/Microsoft.AspNet.Authentication.Google/project.json @@ -1,11 +1,11 @@ -{ +{ "version": "1.0.0-*", "description": "ASP.NET 5 contains middlewares to support Google's OpenId and OAuth 2.0 authentication workflows.", "dependencies": { "Microsoft.AspNet.Authentication.OAuth": "1.0.0-*" }, "frameworks": { - "aspnet50": { }, - "aspnetcore50": { } + "dnx451": { }, + "dnxcore50": { } } } diff --git a/src/Microsoft.AspNet.Authentication.MicrosoftAccount/project.json b/src/Microsoft.AspNet.Authentication.MicrosoftAccount/project.json index 5aa85f9266..878a7137a4 100644 --- a/src/Microsoft.AspNet.Authentication.MicrosoftAccount/project.json +++ b/src/Microsoft.AspNet.Authentication.MicrosoftAccount/project.json @@ -1,12 +1,12 @@ -{ +{ "version": "1.0.0-*", "description": "ASP.NET 5 middleware that enables an application to support the Microsoft Account authentication workflow.", "dependencies": { "Microsoft.AspNet.Authentication.OAuth": "1.0.0-*" }, "frameworks": { - "aspnet50": { }, - "aspnetcore50": { + "dnx451": { }, + "dnxcore50": { "dependencies": { "System.Dynamic.Runtime": "4.0.10-beta-*", "System.ObjectModel": "4.0.10-beta-*" diff --git a/src/Microsoft.AspNet.Authentication.OAuth/OAuthAuthenticationMiddleware.cs b/src/Microsoft.AspNet.Authentication.OAuth/OAuthAuthenticationMiddleware.cs index 8f937575f4..0d272bf1ea 100644 --- a/src/Microsoft.AspNet.Authentication.OAuth/OAuthAuthenticationMiddleware.cs +++ b/src/Microsoft.AspNet.Authentication.OAuth/OAuthAuthenticationMiddleware.cs @@ -107,7 +107,7 @@ namespace Microsoft.AspNet.Authentication.OAuth private static HttpMessageHandler ResolveHttpMessageHandler(OAuthAuthenticationOptions options) { HttpMessageHandler handler = options.BackchannelHttpHandler ?? -#if ASPNET50 +#if DNX451 new WebRequestHandler(); // If they provided a validator, apply it or fail. if (options.BackchannelCertificateValidator != null) diff --git a/src/Microsoft.AspNet.Authentication.OAuth/OAuthAuthenticationOptions.cs b/src/Microsoft.AspNet.Authentication.OAuth/OAuthAuthenticationOptions.cs index 7a910e059b..3dda288129 100644 --- a/src/Microsoft.AspNet.Authentication.OAuth/OAuthAuthenticationOptions.cs +++ b/src/Microsoft.AspNet.Authentication.OAuth/OAuthAuthenticationOptions.cs @@ -51,7 +51,7 @@ namespace Microsoft.AspNet.Authentication.OAuth /// public string UserInformationEndpoint { get; set; } -#if ASPNET50 +#if DNX451 /// /// Gets or sets the a pinned certificate validator to use to validate the endpoints used /// in back channel communications belong to the auth provider. diff --git a/src/Microsoft.AspNet.Authentication.OAuth/project.json b/src/Microsoft.AspNet.Authentication.OAuth/project.json index ea68b78fa2..6b52f84f7f 100644 --- a/src/Microsoft.AspNet.Authentication.OAuth/project.json +++ b/src/Microsoft.AspNet.Authentication.OAuth/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "description": "ASP.NET 5 middleware that enables an application to support any standard OAuth 2.0 authentication workflow.", "dependencies": { @@ -6,13 +6,13 @@ "Microsoft.AspNet.Authentication": "1.0.0-*" }, "frameworks": { - "aspnet50": { + "dnx451": { "frameworkAssemblies": { "System.Net.Http.WebRequest": "", "System.Net.Http": "" } }, - "aspnetcore50": { + "dnxcore50": { "dependencies": { "System.Net.Http.WinHttpHandler": "4.0.0-beta-*" } diff --git a/src/Microsoft.AspNet.Authentication.OAuthBearer/OAuthBearerAuthenticationMiddleware.cs b/src/Microsoft.AspNet.Authentication.OAuthBearer/OAuthBearerAuthenticationMiddleware.cs index 8698bf740b..4083af2393 100644 --- a/src/Microsoft.AspNet.Authentication.OAuthBearer/OAuthBearerAuthenticationMiddleware.cs +++ b/src/Microsoft.AspNet.Authentication.OAuthBearer/OAuthBearerAuthenticationMiddleware.cs @@ -93,7 +93,7 @@ namespace Microsoft.AspNet.Authentication.OAuthBearer private static HttpMessageHandler ResolveHttpMessageHandler(OAuthBearerAuthenticationOptions options) { HttpMessageHandler handler = options.BackchannelHttpHandler ?? -#if ASPNET50 +#if DNX451 new WebRequestHandler(); // If they provided a validator, apply it or fail. if (options.BackchannelCertificateValidator != null) diff --git a/src/Microsoft.AspNet.Authentication.OAuthBearer/OAuthBearerAuthenticationOptions.cs b/src/Microsoft.AspNet.Authentication.OAuthBearer/OAuthBearerAuthenticationOptions.cs index 64935c3848..ab0b833008 100644 --- a/src/Microsoft.AspNet.Authentication.OAuthBearer/OAuthBearerAuthenticationOptions.cs +++ b/src/Microsoft.AspNet.Authentication.OAuthBearer/OAuthBearerAuthenticationOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. +// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; @@ -75,7 +75,7 @@ namespace Microsoft.AspNet.Authentication.OAuthBearer /// public TimeSpan BackchannelTimeout { get; set; } -#if ASPNET50 +#if DNX451 /// /// Gets or sets the a pinned certificate validator to use to validate the endpoints used /// when retrieving metadata. diff --git a/src/Microsoft.AspNet.Authentication.OAuthBearer/project.json b/src/Microsoft.AspNet.Authentication.OAuthBearer/project.json index a6143df77d..d2912f83e8 100644 --- a/src/Microsoft.AspNet.Authentication.OAuthBearer/project.json +++ b/src/Microsoft.AspNet.Authentication.OAuthBearer/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "description": "ASP.NET 5 middleware that enables an application to receive a OAuth bearer token.", "dependencies": { @@ -7,13 +7,13 @@ "System.IdentityModel.Tokens": "5.0.0-beta1-*" }, "frameworks": { - "aspnet50": { + "dnx451": { "frameworkAssemblies": { "System.Net.Http.WebRequest": "", "System.Net.Http": "" } }, - "aspnetcore50": { + "dnxcore50": { "dependencies": { "System.Net.Http.WinHttpHandler": "4.0.0-beta-*" } diff --git a/src/Microsoft.AspNet.Authentication.OpenIdConnect/OpenIdConnectAuthenticationMiddleware.cs b/src/Microsoft.AspNet.Authentication.OpenIdConnect/OpenIdConnectAuthenticationMiddleware.cs index 2a802ce10d..c316c85837 100644 --- a/src/Microsoft.AspNet.Authentication.OpenIdConnect/OpenIdConnectAuthenticationMiddleware.cs +++ b/src/Microsoft.AspNet.Authentication.OpenIdConnect/OpenIdConnectAuthenticationMiddleware.cs @@ -139,7 +139,7 @@ namespace Microsoft.AspNet.Authentication.OpenIdConnect private static HttpMessageHandler ResolveHttpMessageHandler(OpenIdConnectAuthenticationOptions options) { HttpMessageHandler handler = options.BackchannelHttpHandler ?? -#if ASPNET50 +#if DNX451 new WebRequestHandler(); // If they provided a validator, apply it or fail. if (options.BackchannelCertificateValidator != null) diff --git a/src/Microsoft.AspNet.Authentication.OpenIdConnect/OpenIdConnectAuthenticationOptions.cs b/src/Microsoft.AspNet.Authentication.OpenIdConnect/OpenIdConnectAuthenticationOptions.cs index d885010864..25b70473a8 100644 --- a/src/Microsoft.AspNet.Authentication.OpenIdConnect/OpenIdConnectAuthenticationOptions.cs +++ b/src/Microsoft.AspNet.Authentication.OpenIdConnect/OpenIdConnectAuthenticationOptions.cs @@ -78,7 +78,7 @@ namespace Microsoft.AspNet.Authentication.OpenIdConnect /// If the IdentityProvider does not post to this address, you may end up in a 401 -> IdentityProvider -> Client -> 401 -> ... public PathString CallbackPath { get; set; } -#if ASPNET50 +#if DNX451 /// /// Gets or sets the a pinned certificate validator to use to validate the endpoints used /// when retrieving metadata. diff --git a/src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json b/src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json index c25baafc3e..b677e4642b 100644 --- a/src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json +++ b/src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json @@ -1,21 +1,21 @@ -{ +{ "version": "1.0.0-*", "dependencies": { "Microsoft.AspNet.Authentication": "1.0.0-*", "Microsoft.IdentityModel.Protocol.Extensions": "2.0.0-beta1-*" }, "frameworks": { - "aspnet50": { + "dnx451": { "frameworkAssemblies": { "System.Net.Http": "", "System.Net.Http.WebRequest": "" } }, - "aspnetcore50": { + "dnxcore50": { "dependencies": { "System.Collections.Specialized": "4.0.0-beta-*", "System.Net.Http.WinHttpHandler": "4.0.0-beta-*" } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.Authentication.Twitter/TwitterAuthenticationMiddleware.cs b/src/Microsoft.AspNet.Authentication.Twitter/TwitterAuthenticationMiddleware.cs index 2efdaff968..4ffedd9924 100644 --- a/src/Microsoft.AspNet.Authentication.Twitter/TwitterAuthenticationMiddleware.cs +++ b/src/Microsoft.AspNet.Authentication.Twitter/TwitterAuthenticationMiddleware.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. +// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; @@ -97,7 +97,7 @@ namespace Microsoft.AspNet.Authentication.Twitter private static HttpMessageHandler ResolveHttpMessageHandler(TwitterAuthenticationOptions options) { HttpMessageHandler handler = options.BackchannelHttpHandler ?? -#if ASPNET50 +#if DNX451 new WebRequestHandler(); // If they provided a validator, apply it or fail. if (options.BackchannelCertificateValidator != null) diff --git a/src/Microsoft.AspNet.Authentication.Twitter/TwitterAuthenticationOptions.cs b/src/Microsoft.AspNet.Authentication.Twitter/TwitterAuthenticationOptions.cs index 30e78f2765..d17daa0e9e 100644 --- a/src/Microsoft.AspNet.Authentication.Twitter/TwitterAuthenticationOptions.cs +++ b/src/Microsoft.AspNet.Authentication.Twitter/TwitterAuthenticationOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. +// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; @@ -22,7 +22,7 @@ namespace Microsoft.AspNet.Authentication.Twitter Caption = AuthenticationScheme; CallbackPath = new PathString("/signin-twitter"); BackchannelTimeout = TimeSpan.FromSeconds(60); -#if ASPNET50 +#if DNX451 // Twitter lists its valid Subject Key Identifiers at https://dev.twitter.com/docs/security/using-ssl BackchannelCertificateValidator = new CertificateSubjectKeyIdentifierValidator( new[] @@ -53,7 +53,7 @@ namespace Microsoft.AspNet.Authentication.Twitter /// The back channel timeout. /// public TimeSpan BackchannelTimeout { get; set; } -#if ASPNET50 +#if DNX451 /// /// Gets or sets the a pinned certificate validator to use to validate the endpoints used /// in back channel communications belong to Twitter. diff --git a/src/Microsoft.AspNet.Authentication.Twitter/project.json b/src/Microsoft.AspNet.Authentication.Twitter/project.json index 059a8d2574..b8649b613c 100644 --- a/src/Microsoft.AspNet.Authentication.Twitter/project.json +++ b/src/Microsoft.AspNet.Authentication.Twitter/project.json @@ -1,17 +1,17 @@ -{ +{ "version": "1.0.0-*", "description": "ASP.NET 5 middleware that enables an application to support Twitter's OAuth 2.0 authentication workflow.", "dependencies": { "Microsoft.AspNet.Authentication": "1.0.0-*" }, "frameworks": { - "aspnet50": { + "dnx451": { "frameworkAssemblies": { "System.Net.Http.WebRequest": "", "System.Net.Http": "" } }, - "aspnetcore50": { + "dnxcore50": { "dependencies": { "System.Net.Http.WinHttpHandler": "4.0.0-beta-*" } diff --git a/src/Microsoft.AspNet.Authentication/CertificateSubjectKeyIdentifierValidator.cs b/src/Microsoft.AspNet.Authentication/CertificateSubjectKeyIdentifierValidator.cs index ca729b68f9..efd71f9b10 100644 --- a/src/Microsoft.AspNet.Authentication/CertificateSubjectKeyIdentifierValidator.cs +++ b/src/Microsoft.AspNet.Authentication/CertificateSubjectKeyIdentifierValidator.cs @@ -1,7 +1,7 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. +// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -#if ASPNET50 +#if DNX451 using System; using System.Collections.Generic; using System.Net.Security; diff --git a/src/Microsoft.AspNet.Authentication/CertificateSubjectPublicKeyInfoValidator.cs b/src/Microsoft.AspNet.Authentication/CertificateSubjectPublicKeyInfoValidator.cs index f2e5e9554c..fdfb0155cb 100644 --- a/src/Microsoft.AspNet.Authentication/CertificateSubjectPublicKeyInfoValidator.cs +++ b/src/Microsoft.AspNet.Authentication/CertificateSubjectPublicKeyInfoValidator.cs @@ -1,7 +1,7 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. +// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -#if ASPNET50 +#if DNX451 using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/src/Microsoft.AspNet.Authentication/CertificateThumbprintValidator.cs b/src/Microsoft.AspNet.Authentication/CertificateThumbprintValidator.cs index 822b420140..44019b4913 100644 --- a/src/Microsoft.AspNet.Authentication/CertificateThumbprintValidator.cs +++ b/src/Microsoft.AspNet.Authentication/CertificateThumbprintValidator.cs @@ -1,7 +1,7 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. +// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -#if ASPNET50 +#if DNX451 using System; using System.Collections.Generic; using System.Net.Security; diff --git a/src/Microsoft.AspNet.Authentication/ICertificateValidator.cs b/src/Microsoft.AspNet.Authentication/ICertificateValidator.cs index fd20f70b3a..6cb2c4d6d4 100644 --- a/src/Microsoft.AspNet.Authentication/ICertificateValidator.cs +++ b/src/Microsoft.AspNet.Authentication/ICertificateValidator.cs @@ -1,7 +1,7 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. +// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -#if ASPNET50 +#if DNX451 using System; using System.Net.Security; using System.Security.Cryptography.X509Certificates; diff --git a/src/Microsoft.AspNet.Authentication/project.json b/src/Microsoft.AspNet.Authentication/project.json index 62d2233183..1cbfa5d842 100644 --- a/src/Microsoft.AspNet.Authentication/project.json +++ b/src/Microsoft.AspNet.Authentication/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "description": "ASP.NET 5 common types used by the various authentication middleware.", "dependencies": { @@ -9,7 +9,7 @@ "Microsoft.Framework.Logging": "1.0.0-*" }, "frameworks": { - "aspnet50": { }, - "aspnetcore50": { } + "dnx451": { }, + "dnxcore50": { } } } diff --git a/src/Microsoft.AspNet.Authorization/project.json b/src/Microsoft.AspNet.Authorization/project.json index 978885f8e0..b2038584d4 100644 --- a/src/Microsoft.AspNet.Authorization/project.json +++ b/src/Microsoft.AspNet.Authorization/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "description": "ASP.NET 5 authorization classes.", "dependencies": { @@ -7,7 +7,7 @@ "Microsoft.Framework.OptionsModel": "1.0.0-*" }, "frameworks": { - "aspnet50": { }, - "aspnetcore50": { } + "dnx451": { }, + "dnxcore50": { } } } diff --git a/test/Microsoft.AspNet.Authentication.Test/project.json b/test/Microsoft.AspNet.Authentication.Test/project.json index 7d2a50c88e..1090cbc73f 100644 --- a/test/Microsoft.AspNet.Authentication.Test/project.json +++ b/test/Microsoft.AspNet.Authentication.Test/project.json @@ -1,4 +1,4 @@ -{ +{ "compilationOptions": { "warningsAsErrors": true }, @@ -18,7 +18,7 @@ "test": "xunit.runner.kre" }, "frameworks": { - "aspnet50": { + "dnx451": { "dependencies": { "Shouldly": "1.1.1.1" } diff --git a/test/Microsoft.AspNet.Authorization.Test/project.json b/test/Microsoft.AspNet.Authorization.Test/project.json index 3fe88159d4..c072be9642 100644 --- a/test/Microsoft.AspNet.Authorization.Test/project.json +++ b/test/Microsoft.AspNet.Authorization.Test/project.json @@ -1,4 +1,4 @@ -{ +{ "compilationOptions": { "warningsAsErrors": true }, @@ -12,7 +12,7 @@ "test": "xunit.runner.kre" }, "frameworks": { - "aspnet50": { + "dnx451": { "dependencies": { "Shouldly": "1.1.1.1" }