From 66bb6c0f681072512c804ae1b1d397f20e3acb75 Mon Sep 17 00:00:00 2001 From: Alex Maitland Date: Wed, 13 Oct 2021 11:50:00 +1000 Subject: [PATCH] Nuget - Remove netcoreapp3.0 hacks For those unable to upgrade to .Net Core 3.1 then the old packages should still be usable by specifying AssetTargetFallback as detailed in https://docs.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files#assettargetfallback Resolves #3444 --- NuGet/CefSharp.Common.nuspec | 26 -------------------------- NuGet/CefSharp.Common.targets | 24 ------------------------ NuGet/CefSharp.OffScreen.nuspec | 3 --- NuGet/CefSharp.WinForms.nuspec | 3 --- NuGet/CefSharp.Wpf.nuspec | 3 --- 5 files changed, 59 deletions(-) diff --git a/NuGet/CefSharp.Common.nuspec b/NuGet/CefSharp.Common.nuspec index c4c268dd67..cfbaca44a8 100644 --- a/NuGet/CefSharp.Common.nuspec +++ b/NuGet/CefSharp.Common.nuspec @@ -24,32 +24,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/NuGet/CefSharp.Common.targets b/NuGet/CefSharp.Common.targets index b13edcbfce..4c8e627859 100644 --- a/NuGet/CefSharp.Common.targets +++ b/NuGet/CefSharp.Common.targets @@ -147,30 +147,6 @@ - - - - - - runtimes\win-x64\lib\netcoreapp3.0\ - - - - - runtimes\win-x86\lib\netcoreapp3.0\ - - - - - runtimes\win-x86\lib\netcoreapp3.0\ - runtimes\win-x64\lib\netcoreapp3.0\ - - - -