From 875248bcdc301066d8a5089252e873c1417aacc5 Mon Sep 17 00:00:00 2001 From: Philip Schell Date: Fri, 29 Nov 2019 14:43:26 +0100 Subject: [PATCH] Typo --- litjson/Properties/AssemblyInfo.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;