Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Building Nupkg Files

Nick Meyvis edited this pageJul 17, 2024 ·2 revisions

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

Powershell build script

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.

How to use the nupkg files

http://docs.nuget.org/docs/creating-packages/hosting-your-own-nuget-feeds(Basically you can add a local folder as anupkg repository)

Anyone with a GitHub account can edit this wiki, contributions are encouraged and welcomed.

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp