1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-30 14:34:09 +02:00

Add CefSharp version to NuGet instructions

This commit is contained in:
Daniel Chýlek 2016-09-12 14:29:48 +02:00 committed by GitHub
parent 1fdf9bffb6
commit 58fc1be1d5

View File

@ -2,7 +2,7 @@
The program was build using Visual Studio 2013. After opening the solution, make sure you have **CefSharp.WinForms** and **Microsoft.VC120.CRT.JetBrains** included - if not, download them using NuGet. For **CefSharp**, you will need version 49 or newer currently available as a pre-release.
```
PM> Install-Package CefSharp.WinForms -Pre
PM> Install-Package CefSharp.WinForms -Pre -Version 49.0.0-pre02
PM> Install-Package Microsoft.VC120.CRT.JetBrains
```