Add xmlns to HostMachineInfo.props so the build passes on MSBuild 14.
authorEric Erhardt <eric.erhardt@microsoft.com>
Mon, 23 Oct 2017 21:55:07 +0000 (16:55 -0500)
committerEric Erhardt <eric.erhardt@microsoft.com>
Mon, 23 Oct 2017 21:55:07 +0000 (16:55 -0500)
Commit migrated from https://github.com/dotnet/core-setup/commit/ec74a15833f25e3c1b546b0533a32641693baa00

src/installer/build.proj

index 9838df2..adab67c 100644 (file)
@@ -42,7 +42,7 @@
 
     <PropertyGroup>
       <HostMachineInfoPropsContent>
-&lt;Project&gt;
+&lt;Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"&gt;
   &lt;PropertyGroup&gt;
     &lt;HostMachineRid&gt;$(HostMachineRid)&lt;/HostMachineRid&gt;
   &lt;/PropertyGroup&gt;