Commit 0f4be766 authored by gdlcf88's avatar gdlcf88

Fix Localization file path

parent 264d1ae4
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<LangVersion>latest</LangVersion> <LangVersion>latest</LangVersion>
<Version>0.1.0</Version> <Version>0.1.1</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn> <NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors> <Authors>EasyAbp Team</Authors>
......
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<EmbeddedResource Include="Localization\CacheManagement\*.json" /> <EmbeddedResource Include="EasyAbp\CacheManagement\Localization\CacheManagement\*.json" />
<Content Remove="Localization\CacheManagement\*.json" /> <Content Remove="EasyAbp\CacheManagement\Localization\CacheManagement\*.json" />
</ItemGroup> </ItemGroup>
</Project> </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