fixed serverside resource path

This commit is contained in:
Ikuo Ohba
2025-05-02 23:45:13 +09:00
parent 3a551cdf25
commit 6fc9e60f62
2 changed files with 7 additions and 0 deletions

View File

@ -74,4 +74,7 @@
<!-- extends watching group to include *.dll files and exclude the ones cause an infinite loop -->
<Watch Include="**\*.dll" Exclude="**\Microsoft.EntityFrameworkCore.*.dll;**\Oqtane.Database.*.dll;" />
</ItemGroup>
<ItemGroup>
<ModuleTemplateFiles Remove="wwwroot\Modules\Templates\External\Server\AssemblyInfo.cs" />
</ItemGroup>
</Project>

View File

@ -0,0 +1,4 @@
using System.Resources;
using Microsoft.Extensions.Localization;
[assembly: RootNamespace("[Owner].Module.[Module].Server")]