erp-platform/api/src/Erp.Platform.Domain.Shared/Erp.Platform.Domain.Shared.csproj

39 lines
1.6 KiB
XML
Raw Normal View History

2025-05-06 06:45:49 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
2025-11-11 19:49:52 +00:00
<RootNamespace>Erp.Platform</RootNamespace>
2025-05-06 06:45:49 +00:00
<GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Identity.Domain.Shared" Version="9.0.2" />
<PackageReference Include="Volo.Abp.BackgroundJobs.Domain.Shared" Version="9.0.2" />
<PackageReference Include="Volo.Abp.AuditLogging.Domain.Shared" Version="9.0.2" />
<PackageReference Include="Volo.Abp.TenantManagement.Domain.Shared" Version="9.0.2" />
<PackageReference Include="Volo.Abp.FeatureManagement.Domain.Shared" Version="9.0.2" />
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.Shared" Version="9.0.2" />
<PackageReference Include="Volo.Abp.OpenIddict.Domain.Shared" Version="9.0.2" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Localization\Platform\*.json" />
<Content Remove="Localization\Platform\*.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
2025-11-11 19:49:52 +00:00
<ProjectReference Include="..\..\modules\Erp.Languages\Erp.Languages.Domain.Shared\Erp.Languages.Domain.Shared.csproj" />
<ProjectReference Include="..\..\modules\Erp.Notifications\Erp.Notifications.Domain.Shared\Erp.Notifications.Domain.Shared.csproj" />
<ProjectReference Include="..\..\modules\Erp.Settings\Erp.Settings.Domain.Shared\Erp.Settings.Domain.Shared.csproj" />
2025-05-06 06:45:49 +00:00
</ItemGroup>
</Project>
2025-11-11 19:49:52 +00:00