Skip to content

Commit a7d3a60

Browse files
authored
Merge pull request #105 from nduijvelshoff/add-net-2-support-bunq/sdk_csharp#93
Added net standard 2 support. (#93)
2 parents 4719702 + 60c90fd commit a7d3a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BunqSdk/BunqSdk.csproj

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>netstandard1.5</TargetFramework>
3+
<TargetFrameworks>netstandard1.5;netstandard2.0;netcoreapp1.1</TargetFrameworks>
44
<LangVersion>default</LangVersion>
55
</PropertyGroup>
66
<PropertyGroup>

0 commit comments

Comments
 (0)