fixed serverside resource path
This commit is contained in:
@ -74,4 +74,7 @@
|
|||||||
<!-- extends watching group to include *.dll files and exclude the ones cause an infinite loop -->
|
<!-- 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;" />
|
<Watch Include="**\*.dll" Exclude="**\Microsoft.EntityFrameworkCore.*.dll;**\Oqtane.Database.*.dll;" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ModuleTemplateFiles Remove="wwwroot\Modules\Templates\External\Server\AssemblyInfo.cs" />
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
4
Oqtane.Server/wwwroot/Modules/Templates/External/Server/AssemblyInfo.cs
vendored
Normal file
4
Oqtane.Server/wwwroot/Modules/Templates/External/Server/AssemblyInfo.cs
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
using System.Resources;
|
||||||
|
using Microsoft.Extensions.Localization;
|
||||||
|
|
||||||
|
[assembly: RootNamespace("[Owner].Module.[Module].Server")]
|
Reference in New Issue
Block a user