Skip to content

Commit

Permalink
Merge pull request #1068 from solidify/dependabot/nuget/src/WorkItemM…
Browse files Browse the repository at this point in the history
…igrator/WorkItemImport/System.IdentityModel.Tokens.Jwt-5.7.0

Bump System.IdentityModel.Tokens.Jwt from 5.3.0 to 5.7.0 in /src/WorkItemMigrator/WorkItemImport
  • Loading branch information
Alexander-Hjelm authored Sep 17, 2024
2 parents 6164f74 + bd18cfc commit fcce217
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 fcce217

Please sign in to comment.