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 2616aa1 commit b529abbCopy full SHA for b529abb
Src/Newtonsoft.Json/Newtonsoft.Json.csproj
@@ -13,6 +13,7 @@
13
<Copyright>Copyright © James Newton-King 2008</Copyright>
14
<Summary>Json.NET is a popular high-performance JSON framework for .NET</Summary>
15
<NeutralLanguage>en-US</NeutralLanguage>
16
+ <Title>Json.NET</Title>
17
<PackageId>Newtonsoft.Json</PackageId>
18
<PackageTags>json</PackageTags>
19
<PackageIconUrl>http://www.newtonsoft.com/content/images/nugeticon.png</PackageIconUrl>
@@ -27,6 +28,7 @@
27
28
<MinClientVersion>2.12</MinClientVersion>
29
</PropertyGroup>
30
<ItemGroup>
31
+ <None Remove="**\*.orig" />
32
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
33
<None Include="..\..\Build\install.ps1" Pack="true" PackagePath="tools\install.ps1" />
34
</ItemGroup>
0 commit comments