Skip to content

Commit

Permalink
Upgrading NuGet reference in the test solutions too
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Jun 11, 2024
1 parent 98e9267 commit 7e2ae0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
-->

<ItemGroup Condition="'$(ImportPackageAgain)' == 'true'">
<PackageReference Include="Lombiq.Analyzers.OrchardCore" Version="5.0.1-alpha.1.osoe-867">
<PackageReference Include="Lombiq.Analyzers.OrchardCore" Version="5.1.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Lombiq.Analyzers.OrchardCore" Version="5.0.1-alpha.1.osoe-867">
<PackageReference Include="Lombiq.Analyzers.OrchardCore" Version="5.1.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit 7e2ae0d

Please sign in to comment.