Add RepositoryRoot

This commit is contained in:
Ryan Brandenburg 2017-10-16 12:53:37 -07:00
parent 46fedaed6c
commit f17facd329
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
<Project>
<Project>
<Import Project="version.xml" />
<PropertyGroup>
<Product>Microsoft ASP.NET Core</Product>
<RepositoryUrl>https://github.com/aspnet/WebSockets</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>