18 lines
627 B
XML
18 lines
627 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<RootNamespace>Kurs.Notifications</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Volo.Abp.Ddd.Domain" Version="9.0.2" />
|
|
<PackageReference Include="Volo.Abp.Identity.Domain" Version="9.0.2" />
|
|
<PackageReference Include="Volo.Abp.EntityFrameworkCore" Version="9.0.2" />
|
|
<ProjectReference Include="..\Kurs.Notifications.Domain.Shared\Kurs.Notifications.Domain.Shared.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|