qdr.fnd.core.pqueue.csproj 521 B

123456789101112131415161718
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net7.0</TargetFramework>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <Nullable>enable</Nullable>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <Content Remove="C:\Users\Dalibor Votruba\.nuget\packages\qdr.fnd.core\0.0.4-alpha\contentFiles\any\net7.0\releasenotes.md" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <PackageReference Include="qdr.fnd.core" Version="0.0.4-alpha" />
  13. </ItemGroup>
  14. </Project>