Skip to content

Building from Source

Gabe Stocco edited this page Jan 21, 2022 · 2 revisions

OSS Gadget is built and tested using .NET Core 6.0, and will generally be updated to target the latest version of .NET.

To build OSS Gadget, clone the project and run dotnet build from the src directory.

You can also use any of the normal dotnet parameters to target a specific framework, configuration, and runtime.

Clone this wiki locally