From 7114083c0e602ac70a738d1aa3868afbfdb88821 Mon Sep 17 00:00:00 2001 From: Cory Thompson Date: Tue, 6 Feb 2024 19:39:46 +1100 Subject: [PATCH] Fix removal of Newtonsoft.Json --- WebPush.Test/WebPush.Test.csproj | 2 +- WebPush/WebPush.csproj | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/WebPush.Test/WebPush.Test.csproj b/WebPush.Test/WebPush.Test.csproj index a7ebb30..51d46af 100755 --- a/WebPush.Test/WebPush.Test.csproj +++ b/WebPush.Test/WebPush.Test.csproj @@ -1,7 +1,7 @@  - net45;net46;net471;net48;netcoreapp2.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0 + net462;net471;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0 false diff --git a/WebPush/WebPush.csproj b/WebPush/WebPush.csproj index 2665bc7..ed34bc2 100755 --- a/WebPush/WebPush.csproj +++ b/WebPush/WebPush.csproj @@ -1,7 +1,7 @@  - net45;net46;net471;net48;netstandard1.3;netstandard2.0;netstandard2.1;net5.0;net6.0;net7.0;net8.0 + net462;net471;net48;netstandard2.0;netstandard2.1;net5.0;net6.0;net7.0;net8.0 true 1.0.12 Cory Thompson @@ -18,18 +18,13 @@ - - - - - - + - - + +