You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reason for that is that these packages use the $(NetCoreAppCurrent) msbuild property which maps to .NETCoreApp version which is currently in development (i.e. net6.0) instead of a fixed version which doesn't automatically rev forward.
What makes it tricky to prohibit the usage of $(NetCoreAppCurrent) in packages that don't exclude it and generate package is that this would need to happen before msbuild evaluation, as the $(NetCoreAppCurrent) token gets replaced with the property value.