Skip to content

Commit

Permalink
Updating to Weasel 7.3. Closes GH-3068
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Mar 20, 2024
1 parent a3bba66 commit aa9c951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Marten.CommandLine/Marten.CommandLine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<PackageReference Include="JasperFx.CodeGeneration.Commands" Version="3.4.0"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
<PackageReference Include="Oakton" Version="6.1.0"/>
<PackageReference Include="Weasel.CommandLine" Version="7.2.0"/>
<PackageReference Include="Weasel.CommandLine" Version="7.3.0"/>
</ItemGroup>
<Import Project="../../Analysis.Build.props"/>
</Project>
2 changes: 1 addition & 1 deletion src/Marten/Marten.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<PackageReference Include="Polly" Version="8.2.1" />
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.0" />
<PackageReference Include="Weasel.Postgresql" Version="7.2.0" />
<PackageReference Include="Weasel.Postgresql" Version="7.3.0" />
</ItemGroup>

<!--SourceLink specific settings-->
Expand Down

0 comments on commit aa9c951

Please sign in to comment.