From dc7aa5025985daf2a6c338281b8cc49afa2320b0 Mon Sep 17 00:00:00 2001 From: "Eric Sibly [chullybun]" Date: Fri, 18 Mar 2022 12:59:38 -0700 Subject: [PATCH] Convert to .NET Standard v2.1. (#9) --- CHANGELOG.md | 3 +++ src/DbEx/DbEx.csproj | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20af72c..3ccfb0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ Represents the **NuGet** versions. +## v1.0.3 +- *Enhancement:* Changed the project to be .NET Standard 2.1 versus targeting specific framework version. This has had the side-effect of losing the ability to execute directly from the command-line. Given this should typically be inherited and then executed, this functionality loss is considered a minor inconvenience. + ## v1.0.2 - *Fixed:* [Issue 7](https://github.com/Avanade/DbEx/issues/7) fixed. Documentation corrected and support for SQL files for both `Data` and `Execute` commands added. diff --git a/src/DbEx/DbEx.csproj b/src/DbEx/DbEx.csproj index 22440e1..fa0921b 100644 --- a/src/DbEx/DbEx.csproj +++ b/src/DbEx/DbEx.csproj @@ -1,9 +1,9 @@  - netcoreapp3.1 + netstandard2.1 DbEx - 1.0.2 + 1.0.3 true DbEx Developers Avanade @@ -74,8 +74,8 @@ - - + +