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

Add net8.0 target #65

Closed WeihanLi closed 1 year ago

WeihanLi commented 1 year ago

Description

Add net8.0 target

.NET 8 preview 1 published, we need .NET 8.0 support somewhere

Fixes # (issue)

Type of change

Checklist

alirezanet commented 1 year ago

Hi @WeihanLi, Thank you for the PR 💐👌, but isn't it a bit early to support .net8 now? since it is still a preview? I would rather merge this PR after an official release. what do you think?

WeihanLi commented 1 year ago

@alirezanet thanks, yeah, it's a little earlier indeed, is it acceptable for a preview release? so that it could be used by those early adopters, and maybe we could prepare for a stable release when .NET 8 RC or GA version released

alirezanet commented 1 year ago

Hi @WeihanLi, For those who need early access to .net8 I also released a preview version of husky.net, 0.6.0-Preview1. Thank you for your contribution 🎉