Skip to content

Commit

Permalink
updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckechney committed Jan 24, 2024
1 parent 6c2ae56 commit 8712b40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SqlSync.SqlBuild/SQLSync.SqlBuild.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<EmbeddedResource Include="Status\Xml\ServerReport_summary.xslt" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.2" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.4" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="162.1.167" />
<PackageReference Include="Polly" Version="8.2.0" />
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="162.1.172" />
<PackageReference Include="Polly" Version="8.2.1" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 8712b40

Please sign in to comment.