Skip to content

Commit

Permalink
Merge pull request #1 from lemalcs/dependabot/nuget/DTSXExplorer/DTSX…
Browse files Browse the repository at this point in the history
…Dumper/Microsoft.Data.SqlClient-5.1.3

Bump Microsoft.Data.SqlClient from 5.0.1 to 5.1.4 in /DTSXExplorer/DTSXDumper.
Update Microsoft.IdentityModel.JsonWebTokens and System.IdentityModel.Tokens.Jwt packages.
  • Loading branch information
lemalcs authored Jan 19, 2024
2 parents 1d5daff + 7fd25e0 commit 678e887
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DTSXExplorer/DTSXDumper/DTSXDumper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.4" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.2.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.2.0" />
</ItemGroup>

<Import Project="..\DTSXDumperShared\DTSXDumperShared.projitems" Label="Shared" />
Expand Down

0 comments on commit 678e887

Please sign in to comment.