Skip to content

Commit aa93d76

Browse files
committed
Added net coreapp1 support. (#93)
1 parent 7f0c2de commit aa93d76

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-
<TargetFrameworks>netstandard1.5;netstandard2.0</TargetFrameworks>
3+
<TargetFrameworks>netstandard1.5;netstandard2.0;netcoreapp1.1</TargetFrameworks>
44
<LangVersion>default</LangVersion>
55
</PropertyGroup>
66
<PropertyGroup>

0 commit comments

Comments
 (0)