Skip to content

Commit

Permalink
Merge pull request #83 from fediachov/master
Browse files Browse the repository at this point in the history
fix of TargetFrameworks in csproj
  • Loading branch information
fediachov authored Apr 9, 2019
2 parents bbad9e3 + abca1a5 commit 15a3905
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net40;netstandard2.0</TargetFramework>
<TargetFrameworks>net40;netstandard2.0</TargetFrameworks>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 15a3905

Please sign in to comment.