Add net10.0, update packages#177
Conversation
| <PackageReference Update="Microsoft.Extensions.FileSystemGlobbing" Version="$(ExtsVer)" /> | ||
| <PackageReference Update="System.Collections.Immutable" Version="9.0.0" /> | ||
| <PackageReference Update="System.Collections.Immutable" Version="10.0.0" /> | ||
| <PackageReference Update="System.Reflection.MetadataLoadContext" Version="$(ExtsVer)" /> |
There was a problem hiding this comment.
But this, I think, should be bumpable to 10.0.0.
|
https://github.com/leancodepl/contractsgenerator/blob/v4.0.0-alpha.1/examples/project/Directory.Build.targets#L2-L6 will need some fixups, to remove (If you have an idea about how to make this more robust, feel free to experiment.) |
ffb8fa4 to
601b0c0
Compare
601b0c0 to
5c9d47c
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #177 +/- ##
==========================================
- Coverage 81.26% 75.87% -5.40%
==========================================
Files 34 37 +3
Lines 993 1061 +68
Branches 117 133 +16
==========================================
- Hits 807 805 -2
- Misses 141 204 +63
- Partials 45 52 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Let's remember to update the CHANGELOG (and release a 4.1 version afterwards) and we're good to go I think. |
And skip 4.0? Why? |
I missed that it is not released. Nevertheless, should it be released as-is, and .NET 10 should be in 4.1? |
Yea, I think so. |
No description provided.