Skip to content

Commit

Permalink
updating Weasel and JasperFx.CodeGeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Nov 19, 2024
1 parent bc37a05 commit 67ab41c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Marten/Marten.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@

<ItemGroup>
<PackageReference Include="JasperFx.Core" Version="1.9.0" />
<PackageReference Include="JasperFx.CodeGeneration" Version="3.7.0" />
<PackageReference Include="JasperFx.RuntimeCompiler" Version="3.7.0" />
<PackageReference Include="JasperFx.CodeGeneration" Version="3.7.1" />
<PackageReference Include="JasperFx.RuntimeCompiler" Version="3.7.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<!-- This is forced by Npgsql peer dependency -->

Expand All @@ -60,7 +60,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.4" />
<PackageReference Include="Weasel.Postgresql" Version="7.11.7" />
<PackageReference Include="Weasel.Postgresql" Version="7.12.1" />
</ItemGroup>

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

0 comments on commit 67ab41c

Please sign in to comment.