From 239a27c77c5520bd2bf2c02cb6756447e5d09487 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Fri, 29 Mar 2024 13:12:51 +1100 Subject: [PATCH] #145 add net core 3 to eliminate dependency --- src/Namotion.Reflection/Namotion.Reflection.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Namotion.Reflection/Namotion.Reflection.csproj b/src/Namotion.Reflection/Namotion.Reflection.csproj index eed55c5..bdd571f 100644 --- a/src/Namotion.Reflection/Namotion.Reflection.csproj +++ b/src/Namotion.Reflection/Namotion.Reflection.csproj @@ -1,12 +1,12 @@ - + - netstandard2.0;net462 + netstandard2.0;net462;netcoreapp3.0 latest enable True ../Namotion.Reflection.snk true - 3.1.1 + 3.2.0 true https://raw.githubusercontent.com/RicoSuter/Namotion.Reflection/master/assets/NuGetIcon.png MIT