Skip to content

Commit

Permalink
Test fix for nuget "The uploaded symbols package contains one or more…
Browse files Browse the repository at this point in the history
… pdbs that are not portable."
  • Loading branch information
ITGMoshe committed Sep 27, 2023
1 parent 229ddbd commit abb7562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotLiquid/DotLiquid.csproj
Expand Up @@ -26,7 +26,7 @@
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
<DebugType>full</DebugType>
<DebugType>portable</DebugType>
<DebugSymbols>True</DebugSymbols>
<DocumentationFile>bin\Debug\$(TargetFramework)\DotLiquid.xml</DocumentationFile>
</PropertyGroup>
Expand Down

0 comments on commit abb7562

Please sign in to comment.