In a package, I am using `ReadOnlyUserGroup` from ...
# package-development
s
In a package, I am using
ReadOnlyUserGroup
from
Umbraco.Cms.Core.Models.Membership
. This has changed from Umbraco 9 to 10 and now includes
allowedLanguages
. What would be the best way to handle this if the package should target both Umbraco 9 and 10? Is it possible at all?