common.props 477 B

12345678910111213
  1. <Project>
  2. <PropertyGroup>
  3. <Product>Microsoft ASP.NET Core</Product>
  4. <RepositoryUrl>https://github.com/aspnet/Universe</RepositoryUrl>
  5. <RepositoryType>git</RepositoryType>
  6. <GenerateUserSecretsAttribute>false</GenerateUserSecretsAttribute>
  7. <AssemblyOriginatorKeyFile>$(RepositoryRoot)eng\AspNetCore.snk</AssemblyOriginatorKeyFile>
  8. <SignAssembly>true</SignAssembly>
  9. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  10. </PropertyGroup>
  11. </Project>