| 123456789101112131415161718 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>net9.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="qdr.fnd.core.qconsole" Version="0.0.7-alpha" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\qdr.app.tss.client\qdr.app.tss.client.csproj" />
- </ItemGroup>
- </Project>
|