- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\Net6Demo_Api.Entity\Net6Demo_Api.Entity.csproj" />
- <ProjectReference Include="..\Net6Demo_Api.IBusiness\Net6Demo_Api.IBusiness.csproj" />
- <ProjectReference Include="..\Net6Demo_Api.Util\Net6Demo_Api.Util.csproj" />
- </ItemGroup>
- </Project>
|