Skip to content

Commit

Permalink
Added net standard 2 support. (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
nduijvelshoff committed Jun 22, 2018
1 parent 4719702 commit 7f0c2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BunqSdk/BunqSdk.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.5</TargetFramework>
<TargetFrameworks>netstandard1.5;netstandard2.0</TargetFrameworks>
<LangVersion>default</LangVersion>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit 7f0c2de

Please sign in to comment.