From a194f651a91c8d39feab0021f47b16f0ed0446b2 Mon Sep 17 00:00:00 2001 From: Sergey Kochkin Date: Sat, 20 Aug 2022 20:30:33 +0500 Subject: [PATCH] Change TargetFramework to .NET Standatd 2.0 --- Slapper.AutoMapper/Slapper.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Slapper.AutoMapper/Slapper.csproj b/Slapper.AutoMapper/Slapper.csproj index 9628968..6509277 100644 --- a/Slapper.AutoMapper/Slapper.csproj +++ b/Slapper.AutoMapper/Slapper.csproj @@ -1,7 +1,7 @@ - + - netstandard2.1 + netstandard2.0 true Slapper.AutoMapper Randy Burden & contributors @@ -9,7 +9,7 @@ https://github.com/SlapperAutoMapper/Slapper.AutoMapper 2.0.5 - netstandard2.1;net47 + netstandard2.0;net47 Slapper.AutoMapper.Core Copyright (c) 2016, Randy Burden and contributors. All rights reserved. Slapper.AutoMapper is a mapping library that can convert dynamic data into static types and populate complex nested child objects.