We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccbc526 commit f8525bcCopy full SHA for f8525bc
src/Simplify.Web.Postman/Simplify.Web.Postman.csproj
@@ -3,6 +3,8 @@
3
<TargetFrameworks>netstandard2.0</TargetFrameworks>
4
<LangVersion>9.0</LangVersion>
5
<Nullable>enable</Nullable>
6
+ <IncludeSymbols>true</IncludeSymbols>
7
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
8
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
9
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.Postman.xml</DocumentationFile>
10
0 commit comments