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 d554044 commit 522be95Copy full SHA for 522be95
src/Directory.Build.props
@@ -1,14 +1,17 @@
1
-<Project>
+<Project>
2
3
<PropertyGroup>
4
<TargetFrameworks>net8.0;net7.0;net6.0;netstandard2.0;net462</TargetFrameworks>
5
<Nullable>enable</Nullable>
6
<LangVersion>latest</LangVersion>
7
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8
<NoWarn>$(NoWarn);CS1591</NoWarn>
9
+ <DebugType>Embedded</DebugType>
10
+ <EmbedAllSources>True</EmbedAllSources>
11
</PropertyGroup>
12
13
14
+ <IsPackable>true</IsPackable>
15
<JsonDiffPatchPackageVersion>2.0.0</JsonDiffPatchPackageVersion>
16
<Authors>Wei Chen</Authors>
17
<PackageProjectUrl>https://github.com/weichch/system-text-json-jsondiffpatch</PackageProjectUrl>
0 commit comments