jitdiff.csproj 249 B

1234567
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp5.0</TargetFramework>
  5. <EnableSourceControlManagerQueries>false</EnableSourceControlManagerQueries>
  6. </PropertyGroup>
  7. </Project>