Add RepositoryRoot

This commit is contained in:
Ryan Brandenburg 2017-10-16 12:51:10 -07:00
parent 633cb68149
commit fcdd25635c
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
<Project>
<Project>
<Import Project="build\dependencies.props" />
<PropertyGroup>
<Product>Microsoft ASP.NET Core</Product>
<RepositoryUrl>https://github.com/aspnet/MetaPackages</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
<GenerateUserSecretsAttribute>false</GenerateUserSecretsAttribute>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>