Skip to content

Commit

Permalink
Fix unused using warning (#3828)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink authored Jun 29, 2022
1 parent 582a8cb commit ca2e088
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/testhost.x86/DefaultEngineInvoker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
using System;
using System.Collections.Generic;
using System.Globalization;
#if NETCOREAPP2_0_OR_GREATER || NETFRAMEWORK
using System.IO;
#endif
using System.Net;
using System.Reflection;
using System.Threading;
Expand Down

0 comments on commit ca2e088

Please sign in to comment.