Do I Multi Target or just create a new major targe...
# package-development
w
2 Multi target or not - Package King & Queens ?! So @CodeSharePaul let me know of an issue with TagHelpers imploding with V14 - seems something got moved/renamed. Regardless do I push a new major to target V14 only or.... ?!
So thoughts...
d
I personally prefer not to multitarget. All my packages have a specific major that aligns with the major version of Umbraco. It's very easy to cherrypick changes from one version to another if I need to release changes for multiple versions and I don't have to deal with version specific logic and I also don't force users to use a specific version of Umbraco with different versions of dotnet. That's my opinion
w
I must admit I didn’t expect to do a change/fix for v14 so expect something being deprecated.
4 Views