From 8f471bf65bbc6a5de4425da64a64ee262aafbadb Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 16 Nov 2018 13:56:18 -0800 Subject: [PATCH] Remove net461 from samples --- samples/DynamicSchemes/DynamicSchemes.csproj | 2 +- samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj | 2 +- samples/StaticFilesAuth/StaticFilesAuth.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/DynamicSchemes/DynamicSchemes.csproj b/samples/DynamicSchemes/DynamicSchemes.csproj index e34c19c1cb..f7e8d9fc5a 100644 --- a/samples/DynamicSchemes/DynamicSchemes.csproj +++ b/samples/DynamicSchemes/DynamicSchemes.csproj @@ -1,6 +1,6 @@  - netcoreapp3.0;net461 + netcoreapp3.0 diff --git a/samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj b/samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj index 41d617a0c9..4101262cc5 100644 --- a/samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj +++ b/samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj @@ -1,6 +1,6 @@  - netcoreapp3.0;net461 + netcoreapp3.0 aspnet-Identity.ExternalClaims-E95BE154-CB1B-4633-A2E0-B2DF12FE8BD3 diff --git a/samples/StaticFilesAuth/StaticFilesAuth.csproj b/samples/StaticFilesAuth/StaticFilesAuth.csproj index 07b7ff2942..9336ee497c 100644 --- a/samples/StaticFilesAuth/StaticFilesAuth.csproj +++ b/samples/StaticFilesAuth/StaticFilesAuth.csproj @@ -1,7 +1,7 @@  - netcoreapp3.0;net461 + netcoreapp3.0 aspnet-StaticFilesAuth-AFE2BD9D-1575-4C3E-BE32-3F15C5BC9947