From 8e9a13afdb20499a13cf42bec96e4967663be266 Mon Sep 17 00:00:00 2001 From: Alex Maitland Date: Tue, 24 Aug 2021 13:19:15 +1000 Subject: [PATCH] Core - Start removing VS2015/VC++2015 references --- CefSharp.props | 10 +++++----- NuGet/Readme.txt | 13 ++++++------- README.md | 9 +++++---- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/CefSharp.props b/CefSharp.props index 7ea483c937..5c6685b810 100644 --- a/CefSharp.props +++ b/CefSharp.props @@ -7,12 +7,12 @@ - v120 - v140 + v142 + + + 10.0 +***** VC++ 2019 is required starting with version 93
****** For .Net Core Packages .Net Core 3.1/.Net 5.0 is required. | Branch | CEF Version | VC++ Version | .Net Version | Status | |----------------------------------------------------------------------|------|-------|---------|-----------------| -| [master](https://github.com/cefsharp/CefSharp/) | 4515 | 2015* | 4.5.2** | Development | -| [cefsharp/91](https://github.com/cefsharp/CefSharp/tree/cefsharp/91) | 4472 | 2015* | 4.5.2** | **Release** | +| [master](https://github.com/cefsharp/CefSharp/) | 4577 | 2019* | 4.5.2** | Development | +| [cefsharp/92](https://github.com/cefsharp/CefSharp/tree/cefsharp/92) | 4515 | 2015* | 4.5.2** | **Release** | +| [cefsharp/91](https://github.com/cefsharp/CefSharp/tree/cefsharp/91) | 4472 | 2015* | 4.5.2** | Unsupported | | [cefsharp/90](https://github.com/cefsharp/CefSharp/tree/cefsharp/90) | 4430 | 2015* | 4.5.2** | Unsupported | | [cefsharp/89](https://github.com/cefsharp/CefSharp/tree/cefsharp/89) | 4389 | 2015* | 4.5.2** | Unsupported | | [cefsharp/88](https://github.com/cefsharp/CefSharp/tree/cefsharp/88) | 4324 | 2015* | 4.5.2** | Unsupported | @@ -120,7 +121,7 @@ If you're new to `CefSharp` and are downloading the source to check it out, plea | [cefsharp/39](https://github.com/cefsharp/CefSharp/tree/cefsharp/39) | 2171 | 2012 | 4.0 | Unsupported | | [cefsharp/37](https://github.com/cefsharp/CefSharp/tree/cefsharp/37) | 2062 | 2012 | 4.0 | Unsupported | -***** For .Net Core Packages VC++ 2019 is required
+***** VC++ 2019 is required starting with version 93
****** For .Net Core Packages .Net Core 3.1/.Net 5.0 is required. ## Financial Support