diff --git a/EasyAuthSimulator/EasyAuthSimulator.csproj b/EasyAuthSimulator/EasyAuthSimulator.csproj index b753429..25e4f2c 100644 --- a/EasyAuthSimulator/EasyAuthSimulator.csproj +++ b/EasyAuthSimulator/EasyAuthSimulator.csproj @@ -32,11 +32,33 @@ 4 - - ..\packages\Microsoft.IdentityModel.JsonWebTokens.6.5.0\lib\net461\Microsoft.IdentityModel.JsonWebTokens.dll + + ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.7\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + True - - ..\packages\Microsoft.IdentityModel.Logging.6.5.0\lib\net461\Microsoft.IdentityModel.Logging.dll + + ..\packages\Microsoft.Bcl.TimeProvider.10.0.7\lib\net462\Microsoft.Bcl.TimeProvider.dll + True + + + ..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.10.0.7\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll + True + + + ..\packages\Microsoft.Extensions.Logging.Abstractions.10.0.7\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll + True + + + ..\packages\Microsoft.IdentityModel.Abstractions.8.18.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll + True + + + ..\packages\Microsoft.IdentityModel.JsonWebTokens.6.34.0\lib\net472\Microsoft.IdentityModel.JsonWebTokens.dll + True + + + ..\packages\Microsoft.IdentityModel.Logging.8.18.0\lib\net472\Microsoft.IdentityModel.Logging.dll + True ..\packages\Microsoft.IdentityModel.Protocols.6.5.0\lib\net461\Microsoft.IdentityModel.Protocols.dll @@ -44,8 +66,9 @@ ..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.6.5.0\lib\net461\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll - - ..\packages\Microsoft.IdentityModel.Tokens.6.5.0\lib\net461\Microsoft.IdentityModel.Tokens.dll + + ..\packages\Microsoft.IdentityModel.Tokens.8.18.0\lib\net472\Microsoft.IdentityModel.Tokens.dll + True ..\packages\Microsoft.Owin.4.1.0\lib\net45\Microsoft.Owin.dll @@ -75,11 +98,47 @@ ..\packages\Owin.1.0\lib\net40\Owin.dll + + ..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll + True + + + ..\packages\System.Diagnostics.DiagnosticSource.10.0.7\lib\net462\System.Diagnostics.DiagnosticSource.dll + True + ..\packages\System.IdentityModel.Tokens.Jwt.6.5.0\lib\net461\System.IdentityModel.Tokens.Jwt.dll + + ..\packages\System.IO.Pipelines.10.0.7\lib\net462\System.IO.Pipelines.dll + True + + + ..\packages\System.Memory.4.6.3\lib\net462\System.Memory.dll + True + + + ..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll + True + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll + True + + + ..\packages\System.Text.Encodings.Web.10.0.7\lib\net462\System.Text.Encodings.Web.dll + True + + + ..\packages\System.Text.Json.10.0.7\lib\net462\System.Text.Json.dll + True + + + ..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\net462\System.Threading.Tasks.Extensions.dll + True + @@ -95,4 +154,11 @@ + + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}. + + + \ No newline at end of file diff --git a/EasyAuthSimulator/app.config b/EasyAuthSimulator/app.config index bed2125..6ae7ce1 100644 --- a/EasyAuthSimulator/app.config +++ b/EasyAuthSimulator/app.config @@ -11,7 +11,7 @@ - + @@ -25,6 +25,10 @@ + + + + \ No newline at end of file diff --git a/EasyAuthSimulator/packages.config b/EasyAuthSimulator/packages.config index ee321f2..5740f6d 100644 --- a/EasyAuthSimulator/packages.config +++ b/EasyAuthSimulator/packages.config @@ -1,10 +1,15 @@  - - + + + + + + + - + @@ -14,5 +19,16 @@ + + + + + + + + + + + \ No newline at end of file