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 8384c17 commit c096fd0Copy full SHA for c096fd0
build/common.props
@@ -2,8 +2,6 @@
2
3
<PropertyGroup>
4
<NoWarn>$(NoWarn);CS1591</NoWarn>
5
- <DebugSymbols>true</DebugSymbols>
6
- <DebugType>portable</DebugType>
7
</PropertyGroup>
8
9
</Project>
build/packages.props
@@ -6,8 +6,6 @@
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)netcorekit.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
- <IncludeSource>true</IncludeSource>
10
- <IncludeSymbols>true</IncludeSymbols>
11
12
13
0 commit comments