Skip to content

Commit

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

0 comments on commit a9fa113

Please sign in to comment.