Skip to content

Commit

Permalink
Merge pull request #5 from Janus-vistaprint/net45
Browse files Browse the repository at this point in the history
target net45 as well
  • Loading branch information
TerribleDev authored Oct 24, 2017
2 parents 5cce34b + 81fb259 commit 527b0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OKLogger/OKLogger.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 527b0b3

Please sign in to comment.