Skip to content

Commit cff33d6

Browse files
committed
Updated NuGet packages. Added frameworks.
1 parent 585a21e commit cff33d6

File tree

8 files changed

+25
-26
lines changed

8 files changed

+25
-26
lines changed

Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Example/IMyModel.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ***
2-
// *** Copyright(C) 2014-2020, Daniel M. Porrey. All rights reserved.
2+
// *** Copyright(C) 2014-2022, Daniel M. Porrey. All rights reserved.
33
// ***
44
// *** This program is free software: you can redistribute it and/or modify
55
// *** it under the terms of the GNU Lesser General Public License as published

Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Example/MyModel.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ***
2-
// *** Copyright(C) 2014-2020, Daniel M. Porrey. All rights reserved.
2+
// *** Copyright(C) 2014-2022, Daniel M. Porrey. All rights reserved.
33
// ***
44
// *** This program is free software: you can redistribute it and/or modify
55
// *** it under the terms of the GNU Lesser General Public License as published

Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Example/Newtonsoft.Json.Interface.Example.csproj

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<Version>2.2.1</Version>
6-
<Version>2.2.2</Version>
7-
<FileVersion>2.2.2</FileVersion>
8-
<AssemblyVersion>2.2.2</AssemblyVersion>
4+
<TargetFramework>net6.0</TargetFramework>
5+
<Version>2.2.3</Version>
6+
<FileVersion>2.2.3</FileVersion>
7+
<AssemblyVersion>2.2.3</AssemblyVersion>
98
</PropertyGroup>
109

1110
<ItemGroup>
12-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
11+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1312
</ItemGroup>
1413
<ItemGroup>
1514
<ProjectReference Include="..\Newtonsoft.Json.Interface\Newtonsoft.Json.Interface.csproj" />

Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Example/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ***
2-
// *** Copyright(C) 2014-2020, Daniel M. Porrey. All rights reserved.
2+
// *** Copyright(C) 2014-2022, Daniel M. Porrey. All rights reserved.
33
// ***
44
// *** This program is free software: you can redistribute it and/or modify
55
// *** it under the terms of the GNU Lesser General Public License as published

Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Tests/Newtonsoft.Json.Interface.Tests.csproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<Version>2.2.2</Version>
4+
<TargetFramework>net6.0</TargetFramework>
5+
<Version>2.2.3</Version>
66
<IsPackable>false</IsPackable>
7-
<FileVersion>2.2.2</FileVersion>
8-
<AssemblyVersion>2.2.2</AssemblyVersion>
7+
<FileVersion>2.2.3</FileVersion>
8+
<AssemblyVersion>2.2.3</AssemblyVersion>
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
13-
<PackageReference Include="NUnit" Version="3.12.0" />
14-
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1" />
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
12+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
13+
<PackageReference Include="NUnit" Version="3.13.3" />
14+
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface/ConcreteConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ***
2-
// *** Copyright(C) 2014-2020, Daniel M. Porrey. All rights reserved.
2+
// *** Copyright(C) 2014-2022, Daniel M. Porrey. All rights reserved.
33
// ***
44
// *** This program is free software: you can redistribute it and/or modify
55
// *** it under the terms of the GNU Lesser General Public License as published

Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface/InterfaceToConcreteConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ***
2-
// *** Copyright(C) 2014-2020, Daniel M. Porrey. All rights reserved.
2+
// *** Copyright(C) 2014-2022, Daniel M. Porrey. All rights reserved.
33
// ***
44
// *** This program is free software: you can redistribute it and/or modify
55
// *** it under the terms of the GNU Lesser General Public License as published

Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.csproj

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<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>
55
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<PackageProjectUrl>https://github.com/porrey/Newtonsoft.Json.Interface</PackageProjectUrl>
88
<RepositoryUrl>https://github.com/porrey/Newtonsoft.Json.Interface</RepositoryUrl>
99
<RepositoryType>git</RepositoryType>
10-
<Version>2.2.2</Version>
10+
<Version>2.2.3</Version>
1111
<Authors>Daniel M. Porrey</Authors>
1212
<Company>Daniel M. Porrey</Company>
1313
<Product>Json.NET Interface Converter/Mapper</Product>
@@ -16,7 +16,7 @@
1616
<NeutralLanguage>en-US</NeutralLanguage>
1717
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
1818
<PackageIcon>nugeticon.png</PackageIcon>
19-
<Copyright>Copyright © 2014-2020 Daniel M. Porrey</Copyright>
19+
<Copyright>Copyright © 2014-2022 Daniel M. Porrey</Copyright>
2020
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2121
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2222
<PublishRepositoryUrl>true</PublishRepositoryUrl>
@@ -28,8 +28,8 @@
2828

2929
<PropertyGroup>
3030
<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>
3333
</PropertyGroup>
3434

3535
<ItemGroup>
@@ -38,8 +38,8 @@
3838
</ItemGroup>
3939

4040
<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" />
4343
</ItemGroup>
4444

4545
<ItemGroup>

0 commit comments

Comments
 (0)