Directory.Build.props 346 B

1234567891011
  1. <Project>
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <!--<Nullable>enable</Nullable>-->
  6. <LangVersion>12</LangVersion>
  7. </PropertyGroup>
  8. <PropertyGroup>
  9. <DisableDebugIDisposable>false</DisableDebugIDisposable>
  10. </PropertyGroup>
  11. </Project>