common.props 206 B

12345678
  1. <Project>
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. <LangVersion>latest</LangVersion>
  5. <Nullable>enable</Nullable>
  6. <Authors>HMBSbige</Authors>
  7. </PropertyGroup>
  8. </Project>