Skip to content

Commit

Permalink
upgraded Oakton to 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Sep 25, 2024
1 parent 84b6300 commit 546583c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/AspNetCoreWithMarten/AspNetCoreWithMarten.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@
<ProjectReference Include="..\Marten.CommandLine\Marten.CommandLine.csproj"/>
<ProjectReference Include="..\Marten\Marten.csproj"/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="JasperFx.CodeGeneration.Commands" Version="3.6.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Marten.CommandLine/Marten.CommandLine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<ItemGroup>
<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="Oakton" Version="6.2.1" />
<PackageReference Include="Weasel.CommandLine" Version="7.9.0" />
</ItemGroup>
<Import Project="../../Analysis.Build.props"/>
Expand Down

0 comments on commit 546583c

Please sign in to comment.