Skip to content

Commit

Permalink
Support .NET 4.6.1 as well as NetStandard 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Lycken committed Dec 6, 2017
1 parent 81572f3 commit 0dfb946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RdbmsEventStore.EFCore/RdbmsEventStore.EFCore.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
<Version>0.0.0</Version>
<PackageVersion>0.0.0</PackageVersion>

Expand Down

0 comments on commit 0dfb946

Please sign in to comment.