Skip to content

Commit

Permalink
Merge branch 'main' into ma/admin-menu-permission
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek authored Dec 20, 2024
2 parents cb2e40c + 50a051f commit b3be4bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,7 @@
<ProjectReference Include="..\..\OrchardCore.Themes\TheAdmin\TheAdmin.csproj" PrivateAssets="none" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="OrchardCore.Translations.All" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,4 @@
<ProjectReference Include="..\..\OrchardCore.Themes\TheTheme\TheTheme.csproj" PrivateAssets="none" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="OrchardCore.Translations.All" />
</ItemGroup>

</Project>

0 comments on commit b3be4bf

Please sign in to comment.