Commit 0f4be766 authored by gdlcf88's avatar gdlcf88

Fix Localization file path

parent 264d1ae4
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>0.1.0</Version>
<Version>0.1.1</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors>
......
......@@ -12,8 +12,8 @@
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Localization\CacheManagement\*.json" />
<Content Remove="Localization\CacheManagement\*.json" />
<EmbeddedResource Include="EasyAbp\CacheManagement\Localization\CacheManagement\*.json" />
<Content Remove="EasyAbp\CacheManagement\Localization\CacheManagement\*.json" />
</ItemGroup>
</Project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment