Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3k
Building Nupkg Files
For those wishing to use a version not yet released tonuget.org then it's relatively simple to grab the source and build thenupkg files for inclusion.
NewerCefSharp branches have a powershell build script in their root. There is a build script that will generate nupkg files which you can reference locally. The build script is calledbuild.ps1
https://github.com/cefsharp/CefSharp/blob/master/build.ps1
By default, the script looks for a Visual Studio2019 installation, if you're using Visual Studio2022, passvs2022 as the first parameter ofbuild.ps1, like.\build.ps1 vs2022
The script will generate.nupkg files in\NuGet folder.
http://docs.nuget.org/docs/creating-packages/hosting-your-own-nuget-feeds(Basically you can add a local folder as anupkg repository)