Skip to content

Commit

Permalink
Update Weasel to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
NeussConsulting authored and jeremydmiller committed Jan 21, 2025
1 parent 27152bc commit d111a78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<ItemGroup>
<PackageReference Include="Npgsql" Version="8.0.6" />
<PackageReference Include="Weasel.Postgresql" Version="7.13.2" />
<PackageReference Include="Weasel.Postgresql" Version="7.13.4" />
</ItemGroup>

<Import Project="../../../Analysis.Build.props"/>
Expand Down
4 changes: 2 additions & 2 deletions src/Persistence/Wolverine.RDBMS/Wolverine.RDBMS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Weasel.CommandLine" Version="7.13.2" />
<PackageReference Include="Weasel.Core" Version="7.13.2" />
<PackageReference Include="Weasel.CommandLine" Version="7.13.4" />
<PackageReference Include="Weasel.Core" Version="7.13.4" />
</ItemGroup>

<Import Project="../../../Analysis.Build.props"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Weasel.SqlServer" Version="7.13.2" />
<PackageReference Include="Weasel.SqlServer" Version="7.13.4" />
</ItemGroup>

<Import Project="../../../Analysis.Build.props"/>
Expand Down

0 comments on commit d111a78

Please sign in to comment.