fix localization
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
<StaticWebAssetProjectMode>Default</StaticWebAssetProjectMode>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="wwwroot\localization\**" />
|
||||
<Content Remove="wwwroot\localization\**" />
|
||||
<EmbeddedResource Remove="wwwroot\localization\**" />
|
||||
<None Remove="wwwroot\localization\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="AntDesign" Version="1.5.0" />
|
||||
<PackageReference Include="AntDesign.ProLayout" Version="1.4.0" />
|
||||
@@ -26,8 +33,4 @@
|
||||
<ProjectReference Include="..\..\Atomx.Common\Atomx.Common.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="wwwroot\localization\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user