Skip to content

Commit 03b4380

Browse files
committed
Code cleanup.
1 parent 0e961b7 commit 03b4380

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/Magick.NET.Tests/TestInitializer.cs

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
// Licensed under the Apache License, Version 2.0.
33

44
using System.IO;
5-
using System.Runtime.CompilerServices;
65
using System.Xml;
76
using ImageMagick;
87
using ImageMagick.Configuration;
98

9+
#if NETCOREAPP
10+
using System.Runtime.CompilerServices;
11+
#endif
12+
1013
namespace Magick.NET.Tests
1114
{
1215
public static class TestInitializer

0 commit comments

Comments
 (0)