From 959445b271b04de48200a676fc6b66d8670647dc Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Tue, 15 Jan 2019 22:29:08 -0800 Subject: [PATCH] Target netcoreapp2.2 --- .../samples/ClaimsTransformation/ClaimsTransformation.csproj | 2 +- src/Security/samples/Cookies/Cookies.csproj | 2 +- src/Security/samples/DynamicSchemes/DynamicSchemes.csproj | 2 +- .../Identity.ExternalClaims/Identity.ExternalClaims.csproj | 2 +- .../samples/PathSchemeSelection/PathSchemeSelection.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Security/samples/ClaimsTransformation/ClaimsTransformation.csproj b/src/Security/samples/ClaimsTransformation/ClaimsTransformation.csproj index feee8fa210..37c3ac2dfe 100644 --- a/src/Security/samples/ClaimsTransformation/ClaimsTransformation.csproj +++ b/src/Security/samples/ClaimsTransformation/ClaimsTransformation.csproj @@ -1,7 +1,7 @@  - netcoreapp2.1 + netcoreapp2.2 true diff --git a/src/Security/samples/Cookies/Cookies.csproj b/src/Security/samples/Cookies/Cookies.csproj index feee8fa210..37c3ac2dfe 100644 --- a/src/Security/samples/Cookies/Cookies.csproj +++ b/src/Security/samples/Cookies/Cookies.csproj @@ -1,7 +1,7 @@  - netcoreapp2.1 + netcoreapp2.2 true diff --git a/src/Security/samples/DynamicSchemes/DynamicSchemes.csproj b/src/Security/samples/DynamicSchemes/DynamicSchemes.csproj index 1f8300e50f..6301e2deba 100644 --- a/src/Security/samples/DynamicSchemes/DynamicSchemes.csproj +++ b/src/Security/samples/DynamicSchemes/DynamicSchemes.csproj @@ -1,6 +1,6 @@  - netcoreapp2.1;net461 + netcoreapp2.2;net461 true diff --git a/src/Security/samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj b/src/Security/samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj index 4261bf290f..23f3f0a95c 100644 --- a/src/Security/samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj +++ b/src/Security/samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj @@ -1,6 +1,6 @@  - netcoreapp2.1;net461 + netcoreapp2.2;net461 aspnet-Identity.ExternalClaims-E95BE154-CB1B-4633-A2E0-B2DF12FE8BD3 true diff --git a/src/Security/samples/PathSchemeSelection/PathSchemeSelection.csproj b/src/Security/samples/PathSchemeSelection/PathSchemeSelection.csproj index feee8fa210..37c3ac2dfe 100644 --- a/src/Security/samples/PathSchemeSelection/PathSchemeSelection.csproj +++ b/src/Security/samples/PathSchemeSelection/PathSchemeSelection.csproj @@ -1,7 +1,7 @@  - netcoreapp2.1 + netcoreapp2.2 true