sozsoft-platform/api/modules/Sozsoft.Notifications/Sozsoft.Notifications.Domain.Shared/Sozsoft.Notifications.Domain.Shared.csproj

23 lines
643 B
XML
Raw Normal View History

2026-02-24 20:44:16 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\common.props" />
<PropertyGroup>
2026-05-24 22:23:52 +00:00
<TargetFramework>net10.0</TargetFramework>
2026-02-24 20:44:16 +00:00
<Nullable>enable</Nullable>
<RootNamespace>Sozsoft.Notifications</RootNamespace>
<GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>
</PropertyGroup>
<ItemGroup>
2026-05-24 22:23:52 +00:00
<PackageReference Include="Volo.Abp.Ddd.Domain.Shared" Version="10.0.0" />
<PackageReference Include="Volo.Abp.Validation" Version="10.0.0" />
2026-02-24 20:44:16 +00:00
</ItemGroup>
<ItemGroup>
2026-05-24 22:23:52 +00:00
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="10.0.0" />
2026-02-24 20:44:16 +00:00
</ItemGroup>
</Project>