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.

33 lines
1.0 KiB

1 year ago
  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. <None Remove="appsettings.json" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <Content Include="appsettings.json">
  13. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  14. <ExcludeFromSingleFile>true</ExcludeFromSingleFile>
  15. <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
  16. </Content>
  17. </ItemGroup>
  18. <ItemGroup>
  19. <ProjectReference Include="..\..\src\Shentun.WebPeis.EntityFrameworkCore\Shentun.WebPeis.EntityFrameworkCore.csproj" />
  20. <ProjectReference Include="..\Shentun.WebPeis.Application.Tests\Shentun.WebPeis.Application.Tests.csproj" />
  21. <PackageReference Include="Volo.Abp.EntityFrameworkCore.Sqlite" Version="8.1.3" />
  22. </ItemGroup>
  23. <ItemGroup>
  24. <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
  25. </ItemGroup>
  26. </Project>