Skip to content

Commit 7bb1971

Browse files
authored
Merge pull request plotly#74 from WhiteBlackGoose/patch-1
Unnecessary output type specification removed
2 parents 2cf1c3c + 8856432 commit 7bb1971

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Plotly.NET.Interactive/Plotly.NET.Interactive.fsproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFramework>net5.0</TargetFramework>
55
<OutputType>Library</OutputType>
66
<NoWarn>$(NoWarn);NU5100</NoWarn><!-- dll outside of lib/ folder -->
7-
<OutputType>Library</OutputType>
87
<!-- Optional: Declare that the Repository URL can be published to NuSpec -->
98
<PublishRepositoryUrl>true</PublishRepositoryUrl>
109
<!-- Optional: Embed source files that are not tracked by the source control manager to the PDB -->
@@ -52,4 +51,4 @@
5251
<PackageReference Include="Microsoft.DotNet.Interactive.Formatting" Version="1.0.0-beta.21176.4" />
5352
</ItemGroup>
5453

55-
</Project>
54+
</Project>

0 commit comments

Comments
 (0)