YBEE.EQM.EntityFramework.Core.csproj 497 B

1234567891011121314151617181920212223242526
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net7.0</TargetFramework>
  4. </PropertyGroup>
  5. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  6. <DebugType>portable</DebugType>
  7. </PropertyGroup>
  8. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
  9. <DebugType>portable</DebugType>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\YBEE.EQM.Core\YBEE.EQM.Core.csproj" />
  13. </ItemGroup>
  14. </Project>