Skip to content

Commit

Permalink
Merge pull request #152 from NeussConsulting/feature/update-nuget-pac…
Browse files Browse the repository at this point in the history
…kages

Update NuGet packages
  • Loading branch information
mysticmind authored Dec 23, 2024
2 parents 9a7e1bf + ff36f66 commit b4f88e2
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 b4f88e2

Please sign in to comment.