Skip to content

Commit

Permalink
Merge pull request #13 from Redth/nuget-pdb
Browse files Browse the repository at this point in the history
Include MavenNet.pdb in the NuGet package.
  • Loading branch information
jpobst committed Oct 26, 2023
2 parents 907baf6 + 3491e73 commit 3c82818
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 3c82818

Please sign in to comment.