Update changelog for 2.2.1 release - #2167
Conversation
|
I can have a look at it tomorrow. |
adbd233 to
d23eeb8
Compare
| - Target .NET 10, remove target .NET 6 (out of support and incompatible with nuget updates) | ||
| - Various nuget package upgrades | ||
| - Target .NET 10, remove target .NET 6 (out of support and incompatible with nuget updates) (#2161) | ||
| - Various nuget package upgrades (#2161) |
There was a problem hiding this comment.
I would be more specific in the comment here. It seems like DotNet.ReproducibleBuilds has been added, SixLabors.ImageSharp.* and SkiaSharp have been updated, NUnit and related dependencies have been updated.
| ### Changed | ||
| - Target .NET 10, remove target .NET 6 (out of support and incompatible with nuget updates) | ||
| - Various nuget package upgrades | ||
| - Target .NET 10, remove target .NET 6 (out of support and incompatible with nuget updates) (#2161) |
There was a problem hiding this comment.
target net6.0 seems to remain in some of the projects (OxyPlot.SkiaSharp.Wpf, OxyPlot.SkiaSharp, OxyPlot.WindowsForms, OxyPlot.Wpf.Shared, OxyPlot.Wpf, OxyPlot)
objorke
left a comment
There was a problem hiding this comment.
I suggest to remove net6.0 from all projects for consistency.
Update the CHANGELOG.md with more details on dependencies changed.
The introduction of DotNet.ReproducibleBuilds should be a separate issue, I don't see any records of that decision.
|
@objorke thanks for the comments and keeping me from being lazy Shall put a separate PR together to remove the remnants of .NET 6, and look at exactly what changes with DotNet.ReproducibleBuilds: I believe it's considered best practice these days, but odds are we already covering most of what it does manually so agree that does warrant proper consideration. |
Readies for a 2.2.1 release primarily to deal with Skia dependency problems on mobile
See discussion in #2161
@oxyplot/admins