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

chore: bump .NET to 7.0 #57

Closed sondr3 closed 1 year ago

sondr3 commented 1 year ago

Description

Updated supported .NET versions to 6.0 and 7.0. Closes #56.

Fixes # (issue)

Type of change

Checklist

alirezanet commented 1 year ago

Hi @sondr3, Thank you for the PR 💐. One question. why did you remove net5.0 support? I think dropping net 5.0 support is unnecessary unless you have a good reason for it.

sondr3 commented 1 year ago

I figured that since .NET 5 is EOL bumping to the two latest releases was fine, but if you feel like this is unnecessary I happily change it back.

alirezanet commented 1 year ago

I figured that since .NET 5 is EOL bumping to the two latest releases was fine, but if you feel like this is unnecessary I happily change it back.

Yes please, I know a few people are still using Dotnet 5 in their company, so there is no rush to remove it for me.

alirezanet commented 1 year ago

Great, thank you 💐🙏