Skip to content

Commit 0dfb946

Browse files
author
Tomas Lycken
committed
Support .NET 4.6.1 as well as NetStandard 2.0
1 parent 81572f3 commit 0dfb946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RdbmsEventStore.EFCore/RdbmsEventStore.EFCore.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp2.0</TargetFramework>
4+
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
55
<Version>0.0.0</Version>
66
<PackageVersion>0.0.0</PackageVersion>
77

0 commit comments

Comments
 (0)