repkg
repkg copied to clipboard
how to compile
how?
- Install vs_BuildTools.exe
- Install .NET SDK
- Install nuget and restore project
winget install Microsoft.NuGet
nuget restore .\RePKG.sln
- Launch "Visual Studio Build Tools" and Build
msbuild "YOUR_PROJECT_PATH\RePKG.sln" /t:Rebuild /p:Configuration=Release /p:Platform="Any CPU"