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.

20 lines
584 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <Import Project="..\..\common.props" />
  3. <PropertyGroup>
  4. <TargetFramework>net8.0</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <RootNamespace>Shentun.WebPeis</RootNamespace>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\..\src\Shentun.WebPeis.Domain\Shentun.WebPeis.Domain.csproj" />
  13. <ProjectReference Include="..\Shentun.WebPeis.TestBase\Shentun.WebPeis.TestBase.csproj" />
  14. </ItemGroup>
  15. </Project>