I've just put my first package on the Marketplace ...
# package-development
c
I've just put my first package on the Marketplace but I'm a little confused about how it's decided which Umbraco versions it supports — I've only added the required
umbraco-marketplace
tag; not the .json file - My package is listed as supporting versions v10 and v11. In the .csproj file I'm stating
net6.0
as target framework and there are only `PackageReference`s for Umbraco version
10.0.0
- how does it decide that v11 is supported too? (I've tried the thing where you create a test site for the package and using v11 it just throws a lot of errors).