Bumping WiX Dev .NET version to latest LTS on each Major Release? #8659
bevanweiss
started this conversation in
WiX Development
Replies: 2 comments 9 replies
-
Build tools still need to run on .NET Framework. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Collection expressions are not a big enough feature to force the move from .NET 6 to .NET 8. The timing is such that .NET 6 is good for WiX v6, and WiX v7 will probably move to .NET 8 unless there is something compelling in .NET 10. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be great if it were possible to use some of the newer syntactic sugar available from the newer .NET releases (like collection expressions).
Is there significant effort with updating the various project versions (and dependencies) with each major release?
I would think that the various external consumption libraries (like DTF, etc) would still be targeted to either .NET Standard 1.1 or .2.0, but things like the integration tests, compiler/decompiler etc could be .NET LTS (i.e. currently .NET v8, and .NET v10 in a year or so).
Beta Was this translation helpful? Give feedback.
All reactions