Merge pull request #10932 from abpframework/studio-source-code-packages

Fix Volo.Abp.Identity.Domain.Shared.csproj
pull/10933/head
albert 4 years ago committed by GitHub
commit 58035c74d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,6 +15,11 @@
<RootNamespace />
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="Volo\Abp\Identity\Localization\*.json" />
<Content Remove="Volo\Abp\Identity\Localization\*.json" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\users\src\Volo.Abp.Users.Domain.Shared\Volo.Abp.Users.Domain.Shared.csproj" />
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.Validation\Volo.Abp.Validation.csproj" />

Loading…
Cancel
Save