Issue compiling on Ubuntu 20.04LTS

Started with installing NET Core SDK on Ubuntu
Microsoft Guide

wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get update;
sudo apt-get install -y apt-transport-https
sudo apt-get update
sudo apt-get install -y dotnet-sdk-2.2

dotnet 2.2 is no longer supported by Microsoft on ubuntu

I can successfully do
sudo apt-get install -y dotnet-sdk-3.1
sudo apt-get install -y dotnet-sdk-2.1

Since the project is configured to 2.2, I am unable to build.
Looking into Rhino3dm on Linux to setup AWS lambda.

Any plans to upgrade the build system or any tips? Thanks

Hey @gulati, did you try the rhino3dm nuget package? This should work fine in a Lambda function.