Skip to content

Commit 8831d8b

Browse files
authored
Merge pull request #2759 from signalwire/wincore
[Build-System] Remove Microsoft.Build.Utilities.Core reference from the downloadpackage task to fix building on the latest versions of Visual Studio on Windows.
2 parents 5e82e4f + 94ef54b commit 8831d8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

w32/downloadpackage.task

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<Task>
2020
<Reference Include="Microsoft.Build" />
2121
<Reference Include="Microsoft.Build.Framework" />
22-
<Reference Include="Microsoft.Build.Utilities.Core" />
2322
<Code Type="Class" Language="cs">
2423
<![CDATA[
2524
using System;

0 commit comments

Comments
 (0)