DuplicateDetectorV1.csproj 287 B

123456789101112
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net6.0</TargetFramework>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <Nullable>enable</Nullable>
  7. <PublishSingleFile>true</PublishSingleFile>
  8. </PropertyGroup>
  9. </Project>