The CI system this repo depends on used my old private circleci account, which is decommissioned. This PR moves the repo to GitHub actions, which is not only free, but is also owned by the current repo owner, instead of my private account. While working on the build, I fixed the following breaks as well:
Fixed the dotnet version to be consistent among all users.
Upgraded the vulnerable npm dependencies.
upgraded the client files to use yarn instead of npm.
The CI system this repo depends on used my old private circleci account, which is decommissioned. This PR moves the repo to GitHub actions, which is not only free, but is also owned by the current repo owner, instead of my private account. While working on the build, I fixed the following breaks as well:
Successful build here