Skip to content

Commit

Permalink
Update SerializationTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Oct 16, 2021
1 parent 576a6b2 commit deb91f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Verify.Tests/Serialization/SerializationTests.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
using System.Collections.Specialized;
using System.Linq.Expressions;
using System.Security.Claims;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using VerifyTests;
using VerifyXunit;
using Xunit;
#if !NET461
using System.Linq.Expressions;
using System.Security.Claims;
#endif
// ReSharper disable UnusedParameter.Local
// ReSharper disable MemberCanBeMadeStatic.Local

Expand Down

0 comments on commit deb91f7

Please sign in to comment.