From f9bc57771f940b7c0068e9a3c9a74eb38a90f896 Mon Sep 17 00:00:00 2001 From: falcon <9504402@qq.com> Date: Thu, 17 Dec 2020 14:53:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E6=9B=B4=E5=A4=9A=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Faclon.StoredProcedureRunner.Example.csproj | 2 +- .../Falcon.StoredProcedureRunner.csproj | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Faclon.StoredProcedureRunner.Example/Faclon.StoredProcedureRunner.Example.csproj b/src/Faclon.StoredProcedureRunner.Example/Faclon.StoredProcedureRunner.Example.csproj index 4b25f10..5df9cfc 100644 --- a/src/Faclon.StoredProcedureRunner.Example/Faclon.StoredProcedureRunner.Example.csproj +++ b/src/Faclon.StoredProcedureRunner.Example/Faclon.StoredProcedureRunner.Example.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net5;netcoreapp3.1 diff --git a/src/Falcon.StoredProcedureRunner/Falcon.StoredProcedureRunner.csproj b/src/Falcon.StoredProcedureRunner/Falcon.StoredProcedureRunner.csproj index 3457aa3..99936f9 100644 --- a/src/Falcon.StoredProcedureRunner/Falcon.StoredProcedureRunner.csproj +++ b/src/Falcon.StoredProcedureRunner/Falcon.StoredProcedureRunner.csproj @@ -1,6 +1,6 @@ - netstandard2.0;netstandard2.1 + netstandard2.1;netstandard2.0; true 1.0.3 bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml @@ -24,4 +24,5 @@ +