Skip to content

Commit

Permalink
updating csproj to support multiple frameworks.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodivece committed Mar 31, 2019
1 parent c17fca9 commit bd45911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unosquare.FFME.Windows/Unosquare.FFME.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<!-- Assembly Properties -->
<TargetFrameworks>net472</TargetFrameworks>
<TargetFrameworks>net472;net461;netcoreapp3.0</TargetFrameworks>
<RootNamespace>Unosquare.FFME</RootNamespace>
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down

0 comments on commit bd45911

Please sign in to comment.