qdr.app.tss.client.console.csproj 482 B

123456789101112131415161718
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net9.0</TargetFramework>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <Nullable>enable</Nullable>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="qdr.fnd.core.qconsole" Version="0.0.7-alpha" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\qdr.app.tss.client\qdr.app.tss.client.csproj" />
  13. </ItemGroup>
  14. </Project>