New packages will only support the `PackageReference` format (`VS2017/2019` will be required to use them). - ~~[ ] Use the newer `runtimes\native` nuget feature for new [cef.redist.win-x64/cef.redist.win-x86](https://github.com/cefsharp/cef-binary/pull/83)~~ - [x] Restructure packages to only copy `CEF` resources using targets file - [x] Set `minClientVersion` to `Nuget` version supported by both `VS2017/2019` (make it impossible for older versions to install the packages) - [x] Create `CefSharp.WinForms.x86/CefSharp.WinForms.x64` - [x] Create `CefSharp.WPF.x86/CefSharp.WPF.x64` - [x] Create `CefSharp.OffScreen.x86/CefSharp.OffScreen.x64` There won't be `AnyCPU` support initially, the older packages will need to be used for that. References - https://docs.microsoft.com/en-us/nuget/create-packages/creating-a-package#including-msbuild-props-and-targets-in-a-package - https://docs.microsoft.com/en-us/nuget/create-packages/supporting-multiple-target-frameworks - https://docs.microsoft.com/en-au/nuget/guides/create-uwp-packages#adding-the-native-implementation-libraries
New packages will only support the
PackageReferenceformat (VS2017/2019will be required to use them).[ ] Use the newerruntimes\nativenuget feature for new cef.redist.win-x64/cef.redist.win-x86CEFresources using targets fileminClientVersiontoNugetversion supported by bothVS2017/2019(make it impossible for older versions to install the packages)CefSharp.WinForms.x86/CefSharp.WinForms.x64CefSharp.WPF.x86/CefSharp.WPF.x64CefSharp.OffScreen.x86/CefSharp.OffScreen.x64There won't be
AnyCPUsupport initially, the older packages will need to be used for that.References