dotnet --list-sdks- Linux:
sudo apt-get update
sudo apt-get install -y apt-transport-https
sudo apt-get update
sudo apt-get install -y dotnet-sdk-6.0- Windows:
git clone https://github.com/alexeyvyduykin/FootprintViewer
cd ./FootprintViewer
powershell -ExecutionPolicy Unrestricted ./build.ps1 --target Run- Linux:
git clone https://github.com/alexeyvyduykin/FootprintViewer
cd ./FootprintViewer
bash ./build.sh --target Run