alirezanet / Husky.Net

Git hooks made easy with Husky.Net internal task runner! 🐶 It brings the dev-dependency concept to the .NET world!
https://alirezanet.github.io/Husky.Net/
MIT License
632 stars 29 forks source link

Remove requirement for .net7, allow .net 8 only #105

Closed flabbert closed 2 months ago

flabbert commented 2 months ago

Details

currently, husky .net requires .net7 to work.

image

this happens when trying to restore a project that I just pulled, without having .net 7 on the machine

installing .net7 sdk resolves this issue

flabbert commented 2 months ago

I am being an idiot, I had not run dotnet tool update, and it was still on 0.5.4