Add xmlns to the Project node of the signing.dependencies project so that it can be used with the msbuild in vso.

This commit is contained in:
Livar Cunha 2017-05-10 22:10:16 -07:00
parent fcb334e30a
commit 0900a13523

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>