Skip to content

Commit

Permalink
Merge pull request #289 from Lombiq/issue/NEST-403
Browse files Browse the repository at this point in the history
NEST-403: Update Lombiq.Tests.UI and pnpm version limit
  • Loading branch information
DemeSzabolcs authored Jun 18, 2023
2 parents a54d339 + cb81c92 commit 44767b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Lombiq.Tests.UI/Lombiq.Tests.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,15 @@
<Import Condition="'$(NuGetBuild)' != 'true'" Project="..\..\..\src\Utilities\Lombiq.Npm.Targets\Lombiq.Npm.Targets.targets" />

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.Tests" Version="2.2.0" />
<PackageReference Include="Lombiq.Tests" Version="2.2.2" />
<PackageReference Include="Lombiq.HelpfulLibraries.Cli" Version="5.2.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="5.2.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.Refit" Version="5.2.0" />
<PackageReference Include="Lombiq.Npm.Targets" Version="1.3.0" />
<!--The reference for NodeJs Extensions is for the reason to prevent NuGet build
to use a PNPM version higher than 7.x.x. We need to upgrade solutions to use PNPM 8, also see
https://github.com/Lombiq/NodeJs-Extensions/issues/42. -->
<PackageReference Include="Lombiq.NodeJs.Extensions" Version="1.2.3" />
</ItemGroup>

<!-- These are necessary for symbols NuGet packaging, otherwise Shouldly would prevent PDBs to be packaged, see:
Expand Down

0 comments on commit 44767b4

Please sign in to comment.