Skip to content

Commit 92fb57e

Browse files
XML doc file
1 parent 0020b39 commit 92fb57e

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

src/Directory.Build.props

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<Project>
2-
<PropertyGroup>
3-
<Product>JsonNet.ContractResolvers</Product>
4-
<Version>0.0.0</Version>
5-
<Company>danielwertheim</Company>
6-
<Authors>danielwertheim</Authors>
7-
<Copyright>Copyright © danielwertheim 2016,2017,2018,2019</Copyright>
8-
</PropertyGroup>
2+
<PropertyGroup>
3+
<Product>JsonNet.ContractResolvers</Product>
4+
<Version>0.0.0</Version>
5+
<Company>danielwertheim</Company>
6+
<Authors>danielwertheim</Authors>
7+
<Copyright>Copyright © danielwertheim 2016,2017,2018,2019</Copyright>
8+
<LangVersion>latest</LangVersion>
9+
</PropertyGroup>
910
</Project>

src/projects/JsonNet.ContractResolvers/JsonNet.ContractResolvers.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
1212
</PropertyGroup>
1313

14+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
15+
<NoWarn>1701;1702;1705;1591</NoWarn>
16+
<DocumentationFile>bin\Release\netstandard2.0\JsonNet.ContractResolvers.xml</DocumentationFile>
17+
</PropertyGroup>
18+
1419
<ItemGroup>
1520
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
1621
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.5.1" />

0 commit comments

Comments
 (0)