Skip to content

Commit

Permalink
fix(api): add net45 target for pre-netcore solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
gkinsman committed Feb 27, 2019
1 parent affead5 commit a7ea20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Typescriptr/Typescriptr.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

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

<PropertyGroup>
Expand Down

0 comments on commit a7ea20f

Please sign in to comment.