Skip to content

Commit

Permalink
Fix for pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
wAsnk committed Jun 16, 2023
1 parent 2ca0a69 commit e3db058
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Lombiq.Tests.UI/Lombiq.Tests.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@
<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 e3db058

Please sign in to comment.