Skip to content

Commit

Permalink
Update Helixbase.Website.csproj (#62)
Browse files Browse the repository at this point in the history
I`ve pulled this branch and had to change RichardSzalay.Helix.Publishing.WebRoot tag to PackageReference
otherwise, I get error message: 
Projects that use central package version management should not define the version on the PackageReference items but on the PackageVersion items:
  • Loading branch information
adel8hub committed Jun 26, 2023
1 parent dc0dd80 commit 6882870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Website/website/Helixbase.Website.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="RichardSzalay.Helix.Publishing.WebRoot" />
<PackageReference Include="RichardSzalay.Helix.Publishing.WebRoot" />
<PackageReference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" />
<PackageReference Include="Sitecore.Assemblies.Platform" />
<PackageReference Include="Sitecore.Kernel" />
Expand Down Expand Up @@ -109,4 +109,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit 6882870

Please sign in to comment.