-
Notifications
You must be signed in to change notification settings - Fork 27
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
Drop Newtonsoft.Json and unsupported TFMs #444
Drop Newtonsoft.Json and unsupported TFMs #444
Conversation
Codecov Report
@@ Coverage Diff @@
## main #444 +/- ##
===========================================
- Coverage 100.00% 99.85% -0.15%
===========================================
Files 16 15 -1
Lines 704 705 +1
===========================================
Hits 704 704
- Misses 0 1 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
c8a5646
to
bf6b9ea
Compare
Bump version to 4.0.0 for breaking changes.
- Remove net461. - Remove net5.0. - Add net6.0.
Remove dependency on Newtonsoft.Json. Relates to justeattakeaway#441.
Update NuGet packages to their latest versions.
Add async overload for registering a bundle. Relates to justeattakeaway#442.
Remove redundant cast needed from when net5.0 was a TFM.
Remove net5.0 from the supported benchmark TFMs.
Remove net461 from supported TFMs.
Add code coverage for parameters being null for RegisterBundleAsync().
Add test case to validate async templating of bundles.
bf6b9ea
to
f0fb798
Compare
net461
andnet5.0
TFMs, as those versions are no longer supported.net6.0
TFM.net5.0
TFM.Resolves #441.
Resolves #442.