common.props 250 B

123456789
  1. <Project>
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <LangVersion>latest</LangVersion>
  6. <Nullable>enable</Nullable>
  7. <Authors>HMBSbige</Authors>
  8. </PropertyGroup>
  9. </Project>