From 0dfb9462adc0d09d8b1f9bd904c96ed176ef60c6 Mon Sep 17 00:00:00 2001 From: Tomas Lycken Date: Wed, 6 Dec 2017 11:29:26 +0100 Subject: [PATCH] Support .NET 4.6.1 as well as NetStandard 2.0 --- src/RdbmsEventStore.EFCore/RdbmsEventStore.EFCore.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RdbmsEventStore.EFCore/RdbmsEventStore.EFCore.csproj b/src/RdbmsEventStore.EFCore/RdbmsEventStore.EFCore.csproj index bfad8b6..25bafc3 100644 --- a/src/RdbmsEventStore.EFCore/RdbmsEventStore.EFCore.csproj +++ b/src/RdbmsEventStore.EFCore/RdbmsEventStore.EFCore.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + net461;netstandard2.0 0.0.0 0.0.0