# Building Nightwave.NET for Workgroups In theory, you can build Nightwave.NET by simply loading the solution in Visual Studio 2019 or newer, allowing the nuget packages to restore, and then cleaning and building the solution. This hasn't been thoroughly tested. # Releasing Nightwave.NET for Workgroups For a release of Nightwave.NET, as it is now based on .NET Core 3, you must ensure the package contains the following files, in addition to any generated EXE and DLL files (incl. in subfolders): * _ProgramExeName_.runtimeconfig.json Without this, the application will silently fail to open. ## Signing a release TBD because I can't afford to (and cannot be bothered to) get an actual code signing key from a standard trusted authority.