Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 0900a13

Browse files
committed
Add xmlns to the Project node of the signing.dependencies project so that it can be used with the msbuild in vso.
1 parent fcb334e commit 0900a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Signing.Dependencies/Signing.Dependencies.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
33

44
<PropertyGroup>

0 commit comments

Comments
 (0)