asherber / Xunit.Priority

Provides an ITestCaseOrderer that allows you to control the order of execution of Xunit tests within a class.
Apache License 2.0
49 stars 2 forks source link

Update to dotnet core 6.0 and update referenced packages #6

Closed bcbowen closed 1 year ago

bcbowen commented 1 year ago

Update the target framework to .NET 6.0 and update referenced packages

asherber commented 1 year ago

I don't mind adding net6.0 as a target in the tests project, to prove that the library works under different runtimes, but I'm not a fan of the other suggested changes.

I'll probably add a commit to move this from Appveyor to GitHub Actions, and I'll add the net6.0 target to the tests project and update nbgv when I do that.

bcbowen commented 1 year ago

That makes sense, thanks for the detailed explanation... I'll close this request