diff --git a/QRCoderApiTests/ApiApprovalTests.cs b/QRCoderApiTests/ApiApprovalTests.cs index ef3c48be..f59ab3dc 100644 --- a/QRCoderApiTests/ApiApprovalTests.cs +++ b/QRCoderApiTests/ApiApprovalTests.cs @@ -1,6 +1,9 @@ using PublicApiGenerator; using Shouldly; +using System; using System.Diagnostics; +using System.IO; +using System.Linq; using System.Reflection; using System.Xml.Linq; using Xunit; diff --git a/QRCoderApiTests/QRCoderApiTests.csproj b/QRCoderApiTests/QRCoderApiTests.csproj index 2f45bfeb..c39a6ec2 100644 --- a/QRCoderApiTests/QRCoderApiTests.csproj +++ b/QRCoderApiTests/QRCoderApiTests.csproj @@ -2,7 +2,6 @@ net6.0 - enable enable true