|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <TargetFrameworks>netstandard1.3;netstandard2.0;netstandard2.1;net40;net45;net461;netcoreapp3.1</TargetFrameworks> |
| 4 | + <TargetFrameworks>net5.0;net6.0;netstandard1.3;netstandard2.0;netstandard2.1;net40;net45;net461;netcoreapp3.1</TargetFrameworks> |
5 | 5 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
6 | 6 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
7 | 7 | <PackageProjectUrl>https://github.com/porrey/Newtonsoft.Json.Interface</PackageProjectUrl>
|
8 | 8 | <RepositoryUrl>https://github.com/porrey/Newtonsoft.Json.Interface</RepositoryUrl>
|
9 | 9 | <RepositoryType>git</RepositoryType>
|
10 |
| - <Version>2.2.2</Version> |
| 10 | + <Version>2.2.3</Version> |
11 | 11 | <Authors>Daniel M. Porrey</Authors>
|
12 | 12 | <Company>Daniel M. Porrey</Company>
|
13 | 13 | <Product>Json.NET Interface Converter/Mapper</Product>
|
|
16 | 16 | <NeutralLanguage>en-US</NeutralLanguage>
|
17 | 17 | <PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
|
18 | 18 | <PackageIcon>nugeticon.png</PackageIcon>
|
19 |
| - <Copyright>Copyright © 2014-2020 Daniel M. Porrey</Copyright> |
| 19 | + <Copyright>Copyright © 2014-2022 Daniel M. Porrey</Copyright> |
20 | 20 | <PublishRepositoryUrl>true</PublishRepositoryUrl>
|
21 | 21 | <EmbedUntrackedSources>true</EmbedUntrackedSources>
|
22 | 22 | <PublishRepositoryUrl>true</PublishRepositoryUrl>
|
|
28 | 28 |
|
29 | 29 | <PropertyGroup>
|
30 | 30 | <DocumentationFile>Newtonsoft.Json.Interface.xml</DocumentationFile>
|
31 |
| - <FileVersion>2.2.2</FileVersion> |
32 |
| - <AssemblyVersion>2.2.2</AssemblyVersion> |
| 31 | + <FileVersion>2.2.3</FileVersion> |
| 32 | + <AssemblyVersion>2.2.3</AssemblyVersion> |
33 | 33 | </PropertyGroup>
|
34 | 34 |
|
35 | 35 | <ItemGroup>
|
|
38 | 38 | </ItemGroup>
|
39 | 39 |
|
40 | 40 | <ItemGroup>
|
41 |
| - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" /> |
42 |
| - <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> |
| 41 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" /> |
| 42 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> |
43 | 43 | </ItemGroup>
|
44 | 44 |
|
45 | 45 | <ItemGroup>
|
|
0 commit comments