Skip to content

Commit 114406c

Browse files
authored
Update README.md
Update .Net Core section
1 parent 95f4288 commit 114406c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ For a more complete example of each project see the main `CefSharp` repository.
1313

1414
## .NET Core support
1515

16-
The first `-pre` set of `NETCore/Net 5` packages are now on Nuget.org
17-
- https://www.nuget.org/packages/CefSharp.WinForms.NETCore/87.1.130-pre
18-
- https://www.nuget.org/packages/CefSharp.Wpf.NETCore/87.1.130-pre
19-
- https://www.nuget.org/packages/CefSharp.OffScreen.NETCore/87.1.130-pre
16+
For `.Net Core 3.1/Net 5` the following packages are now on Nuget.org
17+
- https://www.nuget.org/packages/CefSharp.WinForms.NETCore
18+
- https://www.nuget.org/packages/CefSharp.Wpf.NETCore
19+
- https://www.nuget.org/packages/CefSharp.OffScreen.NETCore
2020
- Publish Example
2121
- x86: `dotnet publish -f netcoreapp3.1 -r win-x86
2222
- x64: `dotnet publish -f netcoreapp3.1 -r win-x64

0 commit comments

Comments
 (0)