We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 907baf6 + 3491e73 commit 3c82818Copy full SHA for 3c82818
MavenNet/MavenNet.csproj
@@ -18,6 +18,8 @@
18
<PackageTags>Maven</PackageTags>
19
<Authors>Redth</Authors>
20
<Owners>Redth</Owners>
21
+ <!-- Include symbol files (*.pdb) in the built .nupkg -->
22
+ <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
23
</PropertyGroup>
24
25
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
0 commit comments