diff --git a/litjson/Properties/AssemblyInfo.cs b/litjson/Properties/AssemblyInfo.cs index 61e9e2a..c81ec38 100644 --- a/litjson/Properties/AssemblyInfo.cs +++ b/litjson/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ -#if NETCOREAPP -#else +#if !NETCOREAPP using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices;