Skip to content

Commit

Permalink
Bump System.IdentityModel.Tokens.Jwt
Browse files Browse the repository at this point in the history
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 5.3.0 to 5.7.0.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@5.3.0...5.7.0)

---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent 6164f74 commit bd18cfc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WorkItemMigrator/WorkItemImport/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net48" />
<package id="System.Buffers" version="4.5.1" targetFramework="net48" />
<package id="System.Collections.Immutable" version="1.4.0" targetFramework="net471" />
<package id="System.Diagnostics.DiagnosticSource" version="4.5.0" targetFramework="net471" />
<package id="System.IdentityModel.Tokens.Jwt" version="5.3.0" targetFramework="net471" />
<package id="System.Diagnostics.DiagnosticSource" version="8.0.1" targetFramework="net6.0" />
<package id="System.IdentityModel.Tokens.Jwt" version="5.7.0" targetFramework="net6.0" />
<package id="System.Memory" version="4.5.5" targetFramework="net48" />
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net48" />
<package id="System.Reflection.Metadata" version="1.5.0" targetFramework="net471" />
Expand Down
8 changes: 8 additions & 0 deletions src/WorkItemMigrator/WorkItemImport/wi-import.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,15 @@
</ItemGroup>
<ItemGroup>
<Reference Include="System.Configuration" />
<Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
<HintPath>..\packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net6.0\System.Diagnostics.DiagnosticSource.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.IdentityModel" />
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<HintPath>..\packages\System.IdentityModel.Tokens.Jwt.5.7.0\lib\netstandard2.0\System.IdentityModel.Tokens.Jwt.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Management" />
<Reference Include="System.Runtime.Caching" />
<Reference Include="System.ServiceModel" />
Expand Down

0 comments on commit bd18cfc

Please sign in to comment.