Skip to content

Commit

Permalink
2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
say25 committed Dec 8, 2019
1 parent d569c0c commit 6018bb2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file added artifacts/PostgreSQLCopyHelper.2.6.2.nupkg
Binary file not shown.
Binary file not shown.
6 changes: 5 additions & 1 deletion src/PostgreSQLCopyHelper/PostgreSQLCopyHelper.csproj
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net461;netstandard2.0;netstandard2.1</TargetFrameworks>
<Version>2.6.1</Version>
<Version>2.6.2</Version>
</PropertyGroup>

<ItemGroup>
Expand All @@ -13,4 +13,8 @@
<PackageReference Include="Npgsql" Version="4.1.1" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net461' OR '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0" />
</ItemGroup>

</Project>

0 comments on commit 6018bb2

Please sign in to comment.