Skip to content

Commit 522be95

Browse files
committed
add debug symbols and explicit packable configuration to src/Directory.build.props
1 parent d554044 commit 522be95

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Directory.Build.props

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
<Project>
1+
<Project>
22

33
<PropertyGroup>
44
<TargetFrameworks>net8.0;net7.0;net6.0;netstandard2.0;net462</TargetFrameworks>
55
<Nullable>enable</Nullable>
66
<LangVersion>latest</LangVersion>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<NoWarn>$(NoWarn);CS1591</NoWarn>
9+
<DebugType>Embedded</DebugType>
10+
<EmbedAllSources>True</EmbedAllSources>
911
</PropertyGroup>
1012

1113
<PropertyGroup>
14+
<IsPackable>true</IsPackable>
1215
<JsonDiffPatchPackageVersion>2.0.0</JsonDiffPatchPackageVersion>
1316
<Authors>Wei Chen</Authors>
1417
<PackageProjectUrl>https://github.com/weichch/system-text-json-jsondiffpatch</PackageProjectUrl>

0 commit comments

Comments
 (0)