Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/src/FactSet.SDK.Utils/Syste…
Browse files Browse the repository at this point in the history
…m.IdentityModel.Tokens.Jwt-6.34.0
  • Loading branch information
dgawande12 authored Apr 22, 2024
2 parents bd658f2 + ef1575e commit 9ab1148
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/FactSet.SDK.Utils/FactSet.SDK.Utils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<ItemGroup>
<PackageReference Include="IdentityModel" Version="6.2.0" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.34.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.*" />
<PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" />
<None Include="../../README.md" Pack="true" PackagePath="\" />
Expand Down
6 changes: 3 additions & 3 deletions tests/FactSet.SDK.Utils.Tests/FactSet.SDK.Utils.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="NUnit" Version="4.0.1" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="coverlet.collector" Version="6.0.0" />
<PackageReference Include="coverlet.collector" Version="6.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9ab1148

Please sign in to comment.