C##
CSharp is detected if any *.csproj* files are found.
The SDK version can be overridden by
- Setting the
NIXPACKS_CSHARP_SDK_VERSIONenvironment variable - Setting the version in a
global.jsonfile
Install#
dotnet restore
Build#
dotnet publish --no-restore -c Release -o {}
Start#
./out