From: Eric Erhardt Date: Mon, 23 Oct 2017 21:55:07 +0000 (-0500) Subject: Add xmlns to HostMachineInfo.props so the build passes on MSBuild 14. X-Git-Tag: submit/tizen/20210909.063632~11032^2~1095^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62119b63dd7243dd9f2af3651bcf92ca877920ce;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Add xmlns to HostMachineInfo.props so the build passes on MSBuild 14. Commit migrated from https://github.com/dotnet/core-setup/commit/ec74a15833f25e3c1b546b0533a32641693baa00 --- diff --git a/src/installer/build.proj b/src/installer/build.proj index 9838df2..adab67c 100644 --- a/src/installer/build.proj +++ b/src/installer/build.proj @@ -42,7 +42,7 @@ -<Project> +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <HostMachineRid>$(HostMachineRid)</HostMachineRid> </PropertyGroup>