* Upgrade to 87.1.12-CI3846
- Upgrade to Net Core 3.1 (Required to use new Net Core packages)
- Migrate to NetCore specific pages
* Upgrade to 87.1.130-pre
* OffScreen - Remove UseWindowsForms from csproj file
No longer required as we use the Drawing nuget package
Also causes a problem with Console.ReadLine
* README.md - Update Net Core Section
* WinForms - Add new SdkStyle .Net 4.7.2 project and solution
TODO: Add OffScreen and WPF project files
* Upgrade to 87.1.131-pre
* Upgrade to 87.1.132
* Upgrade to 81.3.20-pre
* WinForms/WPF - Update enable-media-stream command line arg
Remove the "1" as it's not required, does nothing, there is no need to pass in a second argument
Issue https://github.com/cefsharp/CefSharp/issues/2858
* Upgrade to 81.3.100
Eliminates the requirements for .Net 4.5.2, the application exe is used as the browsersubprocess.
Additional manual import of CefSharp.BrowserSubProcess.Core is required see csproj file for example
TODO: OffScreen version is crashing on exit so it's been updated, it just isn't using itself as the BrowserSubProcess