Skip to content

Commit

Permalink
add explicit netstandard2.0 TFM
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Aug 15, 2018
1 parent 493433f commit 88d8cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ShellProgressBar/ShellProgressBar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<AssemblyName>ShellProgressBar</AssemblyName>
<RootNamespace>ShellProgressBar</RootNamespace>
<TargetFrameworks>netstandard1.3</TargetFrameworks>
<TargetFrameworks>netstandard1.3;netstandard2.0</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<PackageId>ShellProgressBar</PackageId>
Expand Down

0 comments on commit 88d8cf5

Please sign in to comment.