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 @@ +