Skip to content

Commit cdac65f

Browse files
committed
Update for .NET 6
1 parent 0cad5cf commit cdac65f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

QRCoderApiTests/ApiApprovalTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
using PublicApiGenerator;
22
using Shouldly;
3+
using System;
34
using System.Diagnostics;
5+
using System.IO;
6+
using System.Linq;
47
using System.Reflection;
58
using System.Xml.Linq;
69
using Xunit;

QRCoderApiTests/QRCoderApiTests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
5-
<ImplicitUsings>enable</ImplicitUsings>
65
<Nullable>enable</Nullable>
76
<IsTestProject>true</IsTestProject>
87
</PropertyGroup>

0 commit comments

Comments
 (0)