jediwhale / fitsharp

Functional testing tools for .NET
http://fitsharp.github.io
Other
152 stars 73 forks source link

Dotnet 8 Update #187

Closed sqeezy closed 10 months ago

sqeezy commented 1 year ago

This pull request is intended to add support for dotnet 8. IMO this should only be done after GA of dotnet 8 in November.

How should we organise the work on this? I can supply the new definitions, but can't handle the nuget release.

jediwhale commented 1 year ago

I agree we should release when dotnet 8 goes to GA. We could also drop dotnetcore 3.1 since it went out of support last year.

sqeezy commented 1 year ago

I think think im through for now. When GA is released we can finalize this PR.

sqeezy commented 10 months ago

@jediwhale I finished up integration of dotnet 8. It would be great if you could merge and create the new nuget package. We could automate that part of the process for future releases if you like.

Now that I look over the repo once more, we could also add assembly versioning for this release. I think about a file providing the version or writing the version into build.proj instead of Fitsharp.nuspec. What are your thoughts about that?