Skip to content

Commit c096fd0

Browse files
committed
#37 one more fix
1 parent 8384c17 commit c096fd0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

build/common.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
<PropertyGroup>
44
<NoWarn>$(NoWarn);CS1591</NoWarn>
5-
<DebugSymbols>true</DebugSymbols>
6-
<DebugType>portable</DebugType>
75
</PropertyGroup>
86

97
</Project>

build/packages.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)netcorekit.snk</AssemblyOriginatorKeyFile>
77
<SignAssembly>true</SignAssembly>
88
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
9-
<IncludeSource>true</IncludeSource>
10-
<IncludeSymbols>true</IncludeSymbols>
119
</PropertyGroup>
1210

1311
<PropertyGroup>

0 commit comments

Comments
 (0)