-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade target frameworks and packages #162
Conversation
Awesome. Would you mind moving common properties like |
@awaescher Added |
Awesome. The build fails, I guess you need to make sure .NET 9 is available, too. # workflows/ci.yml
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: |
6.0.x
8.0.x |
@awaescher I removed |
Thanks @Joy-less for helping out 🙏 |
…ld after awaescher#162
Corrected documentation build after #162 added .NET 9
This pull request:
netstandard2.1
,.net8.0
,net9.0
targets, which may improve performance at a small cost to the size of thenupkg
.I also noticed this library is using NUnit, which is a little old and verbose. Would you be interested in migrating to xUnit (or TUnit), or are you okay sticking with NUnit?