Skip to content

Commit

Permalink
added net451 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kostov committed Dec 25, 2018
1 parent db94992 commit c8b2d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dapper.Bulk/Dapper.Bulk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<AssemblyName>Dapper.Bulk</AssemblyName>
<TargetFrameworks>netstandard2.0;net45;</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net45;net451;</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<NeutralLanguage>en</NeutralLanguage>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand Down

0 comments on commit c8b2d8d

Please sign in to comment.