get-the-fork-out icon indicating copy to clipboard operation
get-the-fork-out copied to clipboard

feat: adding .net6 support

Open solrevdev opened this issue 3 years ago • 1 comments

I wanted to run this tool, but I only have one SDK/runtime installed at a time on my machine, and currently it's net6.0.

So, I had a punt at adding support for multiple versions, you're exiting 5.x and now 6.x.

This was the error I got when trying to build the project on the main branch btw:

Could not execute because the application was not found or a compatible .NET SDK is not installed.
Possible reasons for this include:
  * You intended to execute a .NET program:
      The application 'build' does not exist.
  * You intended to execute a .NET SDK command:
      A compatible installed .NET SDK for global.json version [5.0.400] from [/Users/solrevdev/Dropbox/Projects/github/get-the-fork-out/global.json] was not found.
      Install the [5.0.400] .NET SDK or update [/Users/solrevdev/Dropbox/Projects/github/get-the-fork-out/global.json] with an installed .NET SDK:
        6.0.200 [/usr/local/share/dotnet/sdk]

solrevdev avatar Feb 22 '22 14:02 solrevdev

You will also need to update global.json

Sorry about that. I've reverted my deletion and updated it to the latest LTS version.

solrevdev avatar Feb 22 '22 15:02 solrevdev