VCommon.VApplication.csproj 626 B

12345678910111213141516
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <ProjectReference Include="..\VCommon.Ioc\VCommon.Ioc.csproj" />
  7. <ProjectReference Include="..\VCommon.Json\VCommon.Json.csproj" />
  8. <ProjectReference Include="..\VCommon.VAutoMapper\VCommon.VAutoMapper.csproj" />
  9. <ProjectReference Include="..\VCommon.VEntityFrameworkCore\VCommon.VEntityFrameworkCore.csproj" />
  10. <ProjectReference Include="..\VCommon.VEntity\VCommon.VEntity.csproj" />
  11. <ProjectReference Include="..\VCommon\VCommon.csproj" />
  12. </ItemGroup>
  13. </Project>