Skip to content

Commit

Permalink
Include MavenNet.pdb in the NuGet package.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpobst committed Oct 19, 2023
1 parent 95078bc commit 3491e73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MavenNet/MavenNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
<PackageTags>Maven</PackageTags>
<Authors>Redth</Authors>
<Owners>Redth</Owners>
<!-- Include symbol files (*.pdb) in the built .nupkg -->
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
Expand Down

0 comments on commit 3491e73

Please sign in to comment.