Skip to content

Commit a7ece51

Browse files
committed
fix links
1 parent f6ea642 commit a7ece51

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/msbuild/errors/msb3107.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If the error relates to a `Project` metadata with a GUID value, you can usually
6161
</ItemGroup>
6262
```
6363

64-
You can also delete the `ProjectReference` element from the project file, and add a reference to that project again in the Visual Studio IDE. Adding a new project reference in Visual Studio recreates the elements in the project file with the most up-to-date metadata and values. See [Add or remove references - Projects tab](how-to-add-or-remove-references-by-using-the-reference-manager.md#projects-tab).
64+
You can also delete the `ProjectReference` element from the project file, and add a reference to that project again in the Visual Studio IDE. Adding a new project reference in Visual Studio recreates the elements in the project file with the most up-to-date metadata and values. See [Add or remove references - Projects tab](../../ide/how-to-add-or-remove-references-by-using-the-reference-manager.md#projects-tab).
6565

6666
Check the `ToolsVersion` attribute. It's no longer needed in later versions of MSBuild, so you can try deleting it. If present, it should be `4.0` or later.
6767

docs/msbuild/errors/msb3331.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Turn on verbose diagnostics (`-v:diag`), or generate a binary log and view it in
4545

4646
If you changed the publishing settings in Visual Studio, review them for errors. In .NET Framework projects, go to **Project Properties** > **Publish** > **Application Files**, and review the settings. Try selecting the **Reset All** button to see if the project builds and publishes with default settings.
4747

48-
For more information, see [Specify files to publish](../deployment/how-to-specify-which-files-are-published-by-clickonce.md).
48+
For more information, see [Specify files to publish](../../deployment/how-to-specify-which-files-are-published-by-clickonce.md).
4949

5050
<!-- :::editable-content-end::: -->
5151
<!-- :::ErrorDefinitionDescription-end::: -->

docs/msbuild/errors/msb3686.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This article describes the MSB3686 error code.
3737
-->
3838
## Description
3939

40-
The <xref:microsoft.build.tasks.xamltaskfactory> creates a task at build time from the specified XML. It tries to compile a source file generated from an XML file specified in the `Task` element of the `UsingTask` element and, if the compilation files, this error occurs. It is followed by more specific error information from the compiler.
40+
The <xref:Microsoft.Build.Tasks.XamlTaskFactory> creates a task at build time from the specified XML. It tries to compile a source file generated from an XML file specified in the `Task` element of the `UsingTask` element and, if the compilation files, this error occurs. It is followed by more specific error information from the compiler.
4141

4242
> [!CAUTION]
4343
> `XamlTaskFactory` is not recommended for new development. It is not supported in .NET Core and .NET 5 and later.

0 commit comments

Comments
 (0)