Skip to content

Commit 3f774bb

Browse files
committed
Add the xml namespace to work with MSBuild v14
This fixes #1466
1 parent 3293afc commit 3f774bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionTask/UtilPack.Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project>
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<PackageVersion_UtilPackNuGetMSBuild>2.7.0</PackageVersion_UtilPackNuGetMSBuild>
44
</PropertyGroup>

0 commit comments

Comments
 (0)