Update README.md

Update .Net Core section
This commit is contained in:
Alex Maitland 2021-02-03 15:59:39 +10:00 committed by GitHub
parent 95f428829b
commit 114406cefc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -13,10 +13,10 @@ For a more complete example of each project see the main `CefSharp` repository.
## .NET Core support
The first `-pre` set of `NETCore/Net 5` packages are now on Nuget.org
- https://www.nuget.org/packages/CefSharp.WinForms.NETCore/87.1.130-pre
- https://www.nuget.org/packages/CefSharp.Wpf.NETCore/87.1.130-pre
- https://www.nuget.org/packages/CefSharp.OffScreen.NETCore/87.1.130-pre
For `.Net Core 3.1/Net 5` the following packages are now on Nuget.org
- https://www.nuget.org/packages/CefSharp.WinForms.NETCore
- https://www.nuget.org/packages/CefSharp.Wpf.NETCore
- https://www.nuget.org/packages/CefSharp.OffScreen.NETCore
- Publish Example
- x86: `dotnet publish -f netcoreapp3.1 -r win-x86
- x64: `dotnet publish -f netcoreapp3.1 -r win-x64