You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
550 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <Import Project="..\..\common.props" />
  3. <PropertyGroup>
  4. <TargetFramework>net6.0</TargetFramework>
  5. <RootNamespace>Shentun.Sms</RootNamespace>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <ProjectReference Include="..\..\src\Shentun.Sms.Application\Shentun.Sms.Application.csproj" />
  9. <ProjectReference Include="..\Shentun.Sms.Domain.Tests\Shentun.Sms.Domain.Tests.csproj" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
  13. </ItemGroup>
  14. </Project>