Skip to content

Commit

Permalink
upgrade to Weasel 7.4.1 & Npgsql latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed May 16, 2024
1 parent 81f74c7 commit 97a773a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Marten.CommandLine/Marten.CommandLine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JasperFx.CodeGeneration.Commands" Version="3.4.0"/>
<PackageReference Include="JasperFx.CodeGeneration.Commands" Version="3.5.3" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
<PackageReference Include="Oakton" Version="6.1.0"/>
<PackageReference Include="Weasel.CommandLine" Version="7.4.0"/>
<PackageReference Include="Weasel.CommandLine" Version="7.4.1"/>
</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 @@ -48,7 +48,7 @@
<PackageReference Include="Polly.Core" Version="8.3.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.4.0" />
<PackageReference Include="Weasel.Postgresql" Version="7.4.1" />
</ItemGroup>

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

0 comments on commit 97a773a

Please sign in to comment.