Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
redhook62 authored Jun 30, 2022
1 parent d9fa785 commit 6a17e89
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.IdentityModel.JsonWebTokens" version="5.6.0" targetFramework="net472" />
<package id="Microsoft.IdentityModel.Logging" version="5.6.0" targetFramework="net472" />
<package id="Microsoft.IdentityModel.Tokens" version="5.6.0" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net472" />
<package id="System.IdentityModel.Tokens.Jwt" version="5.6.0" targetFramework="net472" />
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.IdentityModel.Abstractions" version="6.20.0" targetFramework="net472" />
<package id="Microsoft.IdentityModel.JsonWebTokens" version="6.20.0" targetFramework="net472" />
<package id="Microsoft.IdentityModel.Logging" version="6.20.0" targetFramework="net472" />
<package id="Microsoft.IdentityModel.Tokens" version="6.20.0" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net472" />
<package id="System.IdentityModel.Tokens.Jwt" version="6.20.0" targetFramework="net472" />
</packages>

0 comments on commit 6a17e89

Please sign in to comment.