- <Project>
- <PropertyGroup>
- <Product>Microsoft ASP.NET Core</Product>
- <RepositoryUrl>https://github.com/aspnet/Universe</RepositoryUrl>
- <RepositoryType>git</RepositoryType>
- <GenerateUserSecretsAttribute>false</GenerateUserSecretsAttribute>
- <AssemblyOriginatorKeyFile>$(RepositoryRoot)eng\AspNetCore.snk</AssemblyOriginatorKeyFile>
- <SignAssembly>true</SignAssembly>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- </PropertyGroup>
- </Project>
|