Skip to content

Commit

Permalink
Add .net5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Jun 3, 2021
1 parent 53cbd34 commit 4f0633f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plotly.NET/Plotly.NET.fsproj
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>netstandard2.0; net5.0</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>Plotly.NET</RootNamespace>
Expand Down

1 comment on commit 4f0633f

@kMutagene
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

closes #82

Please sign in to comment.