How ToPlatform NameCommand LineNotesActions
Build Dotnet assemblies for M4 arm64 boxes.DotNetsee build-dotnet.sh filesSet PlatformTarget to anycpu in the .csproj file or remove the property altogether..Edit Delete
Add a package to the project from the cli.DotNetdotnet add package RestsharpThis example adds Restsharp to the project.Edit Delete
Push a nuget package to a local nuget server.DotNetdotnet nuget push -s http://nuc:5555/v3/index.json FlacUtils.1.0.0.nupkg -k Password you gave when setting up nuget server.This example pushes a prebuilt nuget file to my local nuget server.Edit Delete
Create a nuget package from a Visual Studio project.DotNetdotnet pack FlacUtils.csproj -o ..This example creates a file FlacUtils.1.0.0.nupkg - subsequent builds increment the version number..Edit Delete
Install dotnet sdk and runtime on linux using a script.DotNet./dotnet-install.sh --install-dir /usr/share/dotnet/ --channel 8.0.This example installs dotnet 8 in the /usr/share/dotnet/ folder.Edit Delete
Install dotnet core framework from one machine to another.DotNetrsync -avh M4V201:/usr/share/dotnet/ /usr/share/dotnet.Be mindful of the trailing back slash on the left hand part of the command and that both machines have the same architecture e.g aarch64..Edit Delete
Addlestone, United Kingdom
Fog
2.3 °C
Fog
17-12-2025 08:11
CommandsWebsite deployed by github on Thu 13 Nov 10:46:02 GMT 2025