Long.DAO.csproj 378 B

1234567891011
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <ProjectReference Include="..\..\Core\Long.Dapper\Long.Dapper.csproj" />
  9. <ProjectReference Include="..\Long.Common\Long.Common.csproj" />
  10. </ItemGroup>
  11. </Project>