diff --git a/authentication/Authentication_PKCE/Sample.Auth.Pkce/Sample.Auth.Pkce.csproj b/authentication/Authentication_PKCE/Sample.Auth.Pkce/Sample.Auth.Pkce.csproj index c30f5dc..0a783cf 100644 --- a/authentication/Authentication_PKCE/Sample.Auth.Pkce/Sample.Auth.Pkce.csproj +++ b/authentication/Authentication_PKCE/Sample.Auth.Pkce/Sample.Auth.Pkce.csproj @@ -50,20 +50,59 @@ 4 - - ..\packages\Microsoft.IdentityModel.Abstractions.6.20.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll + + ..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + True - - ..\packages\Microsoft.IdentityModel.Logging.6.20.0\lib\net472\Microsoft.IdentityModel.Logging.dll + + ..\packages\Microsoft.IdentityModel.Abstractions.7.4.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll + True - - ..\packages\Microsoft.IdentityModel.Tokens.6.20.0\lib\net472\Microsoft.IdentityModel.Tokens.dll + + ..\packages\Microsoft.IdentityModel.Logging.7.4.0\lib\net472\Microsoft.IdentityModel.Logging.dll + True + + + ..\packages\Microsoft.IdentityModel.Tokens.7.4.0\lib\net472\Microsoft.IdentityModel.Tokens.dll + True ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + True + + + ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + True + + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + True + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + True + + + ..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll + True + + + ..\packages\System.Text.Json.8.0.2\lib\net462\System.Text.Json.dll + True + + + ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + True + + + ..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll + True + diff --git a/authentication/Authentication_PKCE/Sample.Auth.Pkce/packages.config b/authentication/Authentication_PKCE/Sample.Auth.Pkce/packages.config index 8c4df68..ce03d88 100644 --- a/authentication/Authentication_PKCE/Sample.Auth.Pkce/packages.config +++ b/authentication/Authentication_PKCE/Sample.Auth.Pkce/packages.config @@ -1,7 +1,16 @@ - - - + + + + + + + + + + + + \ No newline at end of file