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.
1 parent 0329873 commit ab18254Copy full SHA for ab18254
src/Simplify.Web.Multipart/Simplify.Web.Multipart.csproj
@@ -18,6 +18,9 @@
18
* Upgrade to HttpMultipartParser 3.1 (PR #7)
19
</PackageReleaseNotes>
20
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
21
+ <EmbedUntrackedSources>true</EmbedUntrackedSources>
22
+ <IncludeSymbols>true</IncludeSymbols>
23
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
24
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.Multipart.xml</DocumentationFile>
25
</PropertyGroup>
26
<ItemGroup>
0 commit comments