From 27355346b44cfb1fff3b5054c1e1bace795c38ef Mon Sep 17 00:00:00 2001 From: BrennanConroy Date: Wed, 9 May 2018 11:50:39 -0700 Subject: [PATCH] Update Jwt to 2.2 (#2237) --- samples/JwtClientSample/JwtClientSample.csproj | 4 ++-- samples/JwtSample/JwtSample.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/JwtClientSample/JwtClientSample.csproj b/samples/JwtClientSample/JwtClientSample.csproj index c6aea92edb..7746780816 100644 --- a/samples/JwtClientSample/JwtClientSample.csproj +++ b/samples/JwtClientSample/JwtClientSample.csproj @@ -1,7 +1,7 @@ - + - netcoreapp2.0 + netcoreapp2.2 false Exe diff --git a/samples/JwtSample/JwtSample.csproj b/samples/JwtSample/JwtSample.csproj index 248cefcabe..dfadf14bef 100644 --- a/samples/JwtSample/JwtSample.csproj +++ b/samples/JwtSample/JwtSample.csproj @@ -1,7 +1,7 @@ - + - netcoreapp2.0 + netcoreapp2.2