Skip to content

Commit

Permalink
make Weasel versions consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored and jeremydmiller committed May 14, 2024
1 parent 7f42e0c commit 490159f
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.2" />
<PackageReference Include="Weasel.Postgresql" Version="7.2.1" />
<PackageReference Include="Weasel.Postgresql" Version="7.4.0" />
</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 @@ -15,8 +15,8 @@

<ItemGroup>
<PackageReference Include="System.Data.Common" Version="4.3.0" />
<PackageReference Include="Weasel.CommandLine" Version="7.2.1" />
<PackageReference Include="Weasel.Core" Version="7.2.1" />
<PackageReference Include="Weasel.CommandLine" Version="7.4.0" />
<PackageReference Include="Weasel.Core" Version="7.4.0" />
</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.2.1" />
<PackageReference Include="Weasel.SqlServer" Version="7.4.0" />
</ItemGroup>

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

0 comments on commit 490159f

Please sign in to comment.