summaryrefslogtreecommitdiff
path: root/Documentation/building/testing-with-corefx.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/building/testing-with-corefx.md')
-rw-r--r--Documentation/building/testing-with-corefx.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/building/testing-with-corefx.md b/Documentation/building/testing-with-corefx.md
index c1894a25f7..92b94b9d5c 100644
--- a/Documentation/building/testing-with-corefx.md
+++ b/Documentation/building/testing-with-corefx.md
@@ -7,7 +7,7 @@ In order to do this you need to create a file called `localpublish.props` under
The contents of the file should look like this (make sure to update the version to the current version of the CoreCLR package used by CoreFx):
<Project ToolsVersion="12.0" DefaultTargets="Build"
- xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ xmlns="http://schemas.microsoft.com/developer/msbuilding/2003">
<ItemGroup>
<LocalPackages Include="$(PackagesBinDir)">
<PackageName>Microsoft.DotNet.CoreCLR</PackageName>