From f8a1d7f9ec16a27abae32c3ba8e81613333b6ac5 Mon Sep 17 00:00:00 2001 From: falcon <9504402@qq.com> Date: Sun, 13 Dec 2020 09:37:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Falcon.StoredProcedureRunner.csproj | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/Falcon.StoredProcedureRunner/Falcon.StoredProcedureRunner.csproj b/src/Falcon.StoredProcedureRunner/Falcon.StoredProcedureRunner.csproj index c0d5faa..392cf90 100644 --- a/src/Falcon.StoredProcedureRunner/Falcon.StoredProcedureRunner.csproj +++ b/src/Falcon.StoredProcedureRunner/Falcon.StoredProcedureRunner.csproj @@ -2,13 +2,11 @@ netstandard2.0;netstandard2.1 true - 1.0.4.0 - 1.0.4.0 - 1.0.4 + 1.0.0 bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml - http://106.14.65.137/Falcon/Falcon.ModelSP - http://106.14.65.137/Falcon/Falcon.ModelSP - EF Core 存储过程执行组件,可以模型化执行存储过程 + https://github.com/FalconWu2017/Falcon.StoredProcedureRunner + https://github.com/FalconWu2017/Falcon.StoredProcedureRunner + EF Core 存储过程执行组件,可以按照ORM方式执行存储过程 Falcon