Skip to content
Jeff Campbell edited this page Apr 18, 2022 · 2 revisions

Is it possible to use the reflection-based v1 Genesis?

Yes, this is still available for package use by referencing the git tag as part of the URL. v1.3.0 was the last release for this version of Genesis. See the instructions below.

I'm getting an error that the dotnet file does not exist or that instances of MSBuild could be detected!

  • First, ensure you have the .Net Core 3.1 runtime and SDK installed and try again.
  • If this does not resolve your issue, try executing the terminal command below to ensure the dotnet executable can be found in your path.

ln -s /usr/local/share/dotnet/dotnet /usr/local/bin