Skip to content

Commit

Permalink
Merge pull request #329 from cmu-sei/dependabot/nuget/src/Ghosts.Clie…
Browse files Browse the repository at this point in the history
…nt/System.IdentityModel.Tokens.Jwt-6.34.0

Bump System.IdentityModel.Tokens.Jwt from 6.5.1 to 6.34.0 in /src/Ghosts.Client
  • Loading branch information
sei-dupdyke authored Apr 29, 2024
2 parents 6cbabfc + 48d4db8 commit 4c47f7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions src/Ghosts.Client/Ghosts.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.7.5.1\lib\net462\Microsoft.IdentityModel.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=6.34.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.6.34.0\lib\net462\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=7.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.7.5.1\lib\net462\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.IdentityModel.Logging, Version=7.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
Expand All @@ -154,6 +154,10 @@
<Reference Include="System.DirectoryServices.AccountManagement" />
<Reference Include="System.Drawing" />
<Reference Include="System.IdentityModel" />
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=6.34.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<HintPath>..\packages\System.IdentityModel.Tokens.Jwt.6.34.0\lib\net462\System.IdentityModel.Tokens.Jwt.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="System.Management" />
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
Expand Down
4 changes: 2 additions & 2 deletions src/Ghosts.Client/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<package id="Microsoft.Extensions.WebEncoders" version="3.1.3" targetFramework="net461" />
<package id="Microsoft.Identity.Client" version="4.13.0" targetFramework="net461" />
<package id="Microsoft.IdentityModel.Abstractions" version="7.5.1" targetFramework="net462" />
<package id="Microsoft.IdentityModel.JsonWebTokens" version="6.34.0" targetFramework="net462" />
<package id="Microsoft.IdentityModel.JsonWebTokens" version="7.5.1" targetFramework="net462" />
<package id="Microsoft.IdentityModel.Logging" version="7.5.1" targetFramework="net462" />
<package id="Microsoft.IdentityModel.Protocols" version="6.5.1" targetFramework="net461" />
<package id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.5.1" targetFramework="net461" />
Expand Down Expand Up @@ -122,7 +122,7 @@
<package id="System.Drawing.Common" version="4.7.2" targetFramework="net461" />
<package id="System.Globalization" version="4.3.0" targetFramework="net461" />
<package id="System.Globalization.Calendars" version="4.3.0" targetFramework="net461" />
<package id="System.IdentityModel.Tokens.Jwt" version="6.5.1" targetFramework="net461" />
<package id="System.IdentityModel.Tokens.Jwt" version="6.34.0" targetFramework="net462" />
<package id="System.Interactive.Async" version="4.1.1" targetFramework="net461" />
<package id="System.IO" version="4.3.0" targetFramework="net461" />
<package id="System.IO.Compression" version="4.3.0" targetFramework="net461" />
Expand Down

0 comments on commit 4c47f7e

Please sign in to comment.