Skip to content

Commit

Permalink
remove unused using
Browse files Browse the repository at this point in the history
Look likes one of the updated packages were pulling an assembly with types declared
in NuGet.Frameworks assembly. Somehow this namespace ended up being imported
by accident in ConstTests.cs
  • Loading branch information
adrianoc committed Mar 26, 2024
1 parent 766da5f commit cab8ce4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cecilifier.Core.Tests/Tests/Unit/ConstTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Text.RegularExpressions;
using Mono.Cecil.Cil;
using NuGet.Frameworks;
using NUnit.Framework;

namespace Cecilifier.Core.Tests.Tests.Unit
Expand Down

0 comments on commit cab8ce4

Please sign in to comment.