Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into issue/NEST-538
Browse files Browse the repository at this point in the history
  • Loading branch information
DemeSzabolcs committed May 22, 2024
2 parents 81bc135 + aa08c68 commit 8b097da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Lombiq.Tests.UI.Shortcuts/Lombiq.Tests.UI.Shortcuts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="9.1.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="10.0.0" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions Lombiq.Tests.UI/Lombiq.Tests.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.Tests" Version="3.0.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.Cli" Version="9.1.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="9.1.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.Refit" Version="9.1.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.Cli" Version="10.0.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="10.0.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.Refit" Version="10.0.0" />
<PackageReference Include="Lombiq.Npm.Targets" Version="1.4.0" />
</ItemGroup>

Expand Down

0 comments on commit 8b097da

Please sign in to comment.