Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <llsan@microsoft.com>2021-08-23 11:29:22 +0300
committerauthor <email@service.domain>2021-10-04 12:24:19 +0300
commitba3047716627220e542d06f4e914f796ef46214c (patch)
tree725e0f09437a1b86eb15c61b04a2405e7b7d1d71 /BuildHelpers.targets
parent72506749bb3b83d66f17dd531a9b280ddd1f8ba7 (diff)
Fix build issues with .NET 6
Diffstat (limited to 'BuildHelpers.targets')
-rw-r--r--BuildHelpers.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildHelpers.targets b/BuildHelpers.targets
index 2c904d52..ba7b5c5d 100644
--- a/BuildHelpers.targets
+++ b/BuildHelpers.targets
@@ -1,3 +1,3 @@
-<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project>
<!-- This file contains all the build helpers we require to build our projects in different contexts -->
</Project>