Skip to content

Commit

Permalink
Add missing using
Browse files Browse the repository at this point in the history
  • Loading branch information
lewing authored Jan 19, 2023
1 parent a176400 commit 67d64e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tasks/WasmAppBuilder/WebcilConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using System.Collections.Immutable;
using System.Reflection.PortableExecutable;

using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;

namespace Microsoft.WebAssembly.Build.Tasks;
Expand Down

0 comments on commit 67d64e3

Please sign in to comment.