diff --git a/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Example/IMyModel.cs b/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Example/IMyModel.cs index df03a6f..9fd0298 100644 --- a/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Example/IMyModel.cs +++ b/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Example/IMyModel.cs @@ -1,5 +1,5 @@ // *** -// *** Copyright(C) 2014-2020, Daniel M. Porrey. All rights reserved. +// *** Copyright(C) 2014-2022, Daniel M. Porrey. All rights reserved. // *** // *** This program is free software: you can redistribute it and/or modify // *** it under the terms of the GNU Lesser General Public License as published diff --git a/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Example/MyModel.cs b/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Example/MyModel.cs index 470c107..4241a0d 100644 --- a/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Example/MyModel.cs +++ b/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Example/MyModel.cs @@ -1,5 +1,5 @@ // *** -// *** Copyright(C) 2014-2020, Daniel M. Porrey. All rights reserved. +// *** Copyright(C) 2014-2022, Daniel M. Porrey. All rights reserved. // *** // *** This program is free software: you can redistribute it and/or modify // *** it under the terms of the GNU Lesser General Public License as published diff --git a/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Example/Newtonsoft.Json.Interface.Example.csproj b/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Example/Newtonsoft.Json.Interface.Example.csproj index 555dcb7..b51e40e 100644 --- a/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Example/Newtonsoft.Json.Interface.Example.csproj +++ b/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Example/Newtonsoft.Json.Interface.Example.csproj @@ -1,15 +1,14 @@ Exe - netcoreapp3.1 - 2.2.1 - 2.2.2 - 2.2.2 - 2.2.2 + net6.0 + 2.2.3 + 2.2.3 + 2.2.3 - + diff --git a/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Example/Program.cs b/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Example/Program.cs index d899043..8fed90b 100644 --- a/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Example/Program.cs +++ b/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Example/Program.cs @@ -1,5 +1,5 @@ // *** -// *** Copyright(C) 2014-2020, Daniel M. Porrey. All rights reserved. +// *** Copyright(C) 2014-2022, Daniel M. Porrey. All rights reserved. // *** // *** This program is free software: you can redistribute it and/or modify // *** it under the terms of the GNU Lesser General Public License as published diff --git a/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Tests/Newtonsoft.Json.Interface.Tests.csproj b/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Tests/Newtonsoft.Json.Interface.Tests.csproj index 5599c6e..2ee1e8c 100644 --- a/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Tests/Newtonsoft.Json.Interface.Tests.csproj +++ b/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.Tests/Newtonsoft.Json.Interface.Tests.csproj @@ -1,18 +1,18 @@ - netcoreapp3.1 - 2.2.2 + net6.0 + 2.2.3 false - 2.2.2 - 2.2.2 + 2.2.3 + 2.2.3 - - - - + + + + diff --git a/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface/ConcreteConverter.cs b/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface/ConcreteConverter.cs index 3777096..c0696fa 100644 --- a/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface/ConcreteConverter.cs +++ b/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface/ConcreteConverter.cs @@ -1,5 +1,5 @@ // *** -// *** Copyright(C) 2014-2020, Daniel M. Porrey. All rights reserved. +// *** Copyright(C) 2014-2022, Daniel M. Porrey. All rights reserved. // *** // *** This program is free software: you can redistribute it and/or modify // *** it under the terms of the GNU Lesser General Public License as published diff --git a/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface/InterfaceToConcreteConverter.cs b/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface/InterfaceToConcreteConverter.cs index 686fbef..a19ab8c 100644 --- a/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface/InterfaceToConcreteConverter.cs +++ b/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface/InterfaceToConcreteConverter.cs @@ -1,5 +1,5 @@ // *** -// *** Copyright(C) 2014-2020, Daniel M. Porrey. All rights reserved. +// *** Copyright(C) 2014-2022, Daniel M. Porrey. All rights reserved. // *** // *** This program is free software: you can redistribute it and/or modify // *** it under the terms of the GNU Lesser General Public License as published diff --git a/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.csproj b/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.csproj index 4c6c32a..936e041 100644 --- a/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.csproj +++ b/Src/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface/Newtonsoft.Json.Interface.csproj @@ -1,13 +1,13 @@  - netstandard1.3;netstandard2.0;netstandard2.1;net40;net45;net461;netcoreapp3.1 + net5.0;net6.0;netstandard1.3;netstandard2.0;netstandard2.1;net40;net45;net461;netcoreapp3.1 true true https://github.com/porrey/Newtonsoft.Json.Interface https://github.com/porrey/Newtonsoft.Json.Interface git - 2.2.2 + 2.2.3 Daniel M. Porrey Daniel M. Porrey Json.NET Interface Converter/Mapper @@ -16,7 +16,7 @@ en-US LGPL-3.0-or-later nugeticon.png - Copyright © 2014-2020 Daniel M. Porrey + Copyright © 2014-2022 Daniel M. Porrey true true true @@ -28,8 +28,8 @@ Newtonsoft.Json.Interface.xml - 2.2.2 - 2.2.2 + 2.2.3 + 2.2.3 @@ -38,8 +38,8 @@ - - + +