Files
Hua.Abp.Demo/test/Hua.Abp.Demo.Application.Tests/Hua.Abp.Demo.Application.Tests.csproj
T
2025-12-29 00:41:26 +08:00

21 lines
589 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<RootNamespace>Hua.Abp.Demo</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Hua.Abp.Demo.Application\Hua.Abp.Demo.Application.csproj" />
<ProjectReference Include="..\Hua.Abp.Demo.Domain.Tests\Hua.Abp.Demo.Domain.Tests.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
</ItemGroup>
</Project>