Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Visual Studio extension build issue #8302

Merged

Conversation

JakeLegendXIII
Copy link
Contributor

@JakeLegendXIII JakeLegendXIII commented May 11, 2024

This is to resolve #8300 I have some options in the discussion in order to get the builds working. This is the simplest one.

We could instead add this line to the csproj to override the version of the child dependency:

PackageReference Include="Microsoft.VisualStudio.SDK.Analyzers" Version="16.*" ExcludeAssets="runtime"

And maybe we want to cap both to 17.9 for right now if the current solution is the accepted one?

@mrhelmut mrhelmut marked this pull request as ready for review May 12, 2024 07:25
@mrhelmut mrhelmut merged commit 9d415cc into MonoGame:develop May 12, 2024
4 checks passed
@JakeLegendXIII JakeLegendXIII deleted the feature/vs-extension-build-issue branch May 23, 2024 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Visual Studio extension doesn't build anymore
2 participants