소스 검색

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

Daniel Cazzulino 5 년 전
부모
커밋
62f5a96553
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Terminal.Gui/Terminal.Gui.csproj

+ 0 - 1
Terminal.Gui/Terminal.Gui.csproj

@@ -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>