Skip to content

Commit

Permalink
Merge pull request #2759 from signalwire/wincore
Browse files Browse the repository at this point in the history
[Build-System] Remove Microsoft.Build.Utilities.Core reference from the downloadpackage task to fix building on the latest versions of Visual Studio on Windows.
  • Loading branch information
andywolk authored Feb 2, 2025
2 parents 5e82e4f + 94ef54b commit 8831d8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion w32/downloadpackage.task
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<Task>
<Reference Include="Microsoft.Build" />
<Reference Include="Microsoft.Build.Framework" />
<Reference Include="Microsoft.Build.Utilities.Core" />
<Code Type="Class" Language="cs">
<![CDATA[
using System;
Expand Down

0 comments on commit 8831d8b

Please sign in to comment.