Don't force full PDBs, portable works just fine (#268)

This commit is contained in:
Daniel Cazzulino
2019-10-25 10:07:37 -04:00
committed by Miguel de Icaza
parent e89a6122df
commit 62f5a96553

View File

@@ -3,7 +3,6 @@
<TargetFrameworks>net461;netcoreapp2.0</TargetFrameworks>
<RootNamespace>Terminal.Gui</RootNamespace>
<AssemblyName>Terminal.Gui</AssemblyName>
<DebugType>full</DebugType>
<DocumentationFile>bin\Release\Terminal.Gui.xml</DocumentationFile>
<GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile>
</PropertyGroup>