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
NuGet expects build files that should be transitively applied to a consuming project to be in a folder called "buildTransitive". afee469 moved config files into that folder but the change had a typo as it specified "buildtransitive" instead of "buildTransitive". That resulted in a mismatch during pack time.
Fixes dependency update in dotnet/sdk#29911
0 commit comments