Skip to content

Commit

Permalink
Update NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
NeussConsulting committed Nov 22, 2024
1 parent c5e4182 commit ff36f66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Weasel.Postgresql/Weasel.Postgresql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Npgsql" Version="8.0.3" />
<PackageReference Include="Npgsql" Version="8.0.6" />
</ItemGroup>

<!--SourceLink specific settings-->
Expand All @@ -33,7 +33,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Npgsql.NetTopologySuite" Version="8.0.3" />
<PackageReference Include="Npgsql.NetTopologySuite" Version="8.0.6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Weasel.Core\Weasel.Core.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Weasel.SqlServer/Weasel.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.3" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.6" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
</ItemGroup>

Expand Down

0 comments on commit ff36f66

Please sign in to comment.