Replies: 2 comments 3 replies
-
This sounds like a bug with whatever tooling you're using to perform the update - could you provide some details about how you're doing that? That'll help us figure out who needs to be brought in to take a look at this ticket. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Perhaps GlobalPackageReference in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have a solution with several projects inside.
I have:
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
inside a Directory.Build.props fileI also have inside Directory.Build.props the following blocks
But each time I am updating StyleCop.Analyzers all the csproj are modified in order to include these lines:
Which is, I guess not needed as already present in Directory.Build.props.
So question is simple: Is there a way to prevent this ?
Beta Was this translation helpful? Give feedback.
All reactions