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

Skipped the Newtonsoft.Json version when using the newer VS SDK. #438

Conversation

reduckted
Copy link
Contributor

Fixes #434

Two changes:

  1. If the Microsoft.VisualStudio.SDK package is greater than the most recent 17.5 version (which means it is 17.6.36389 or above), then the Newtonsoft.Json version check is skipped because NuGet will raise warnings if the version of Newtonsoft.Json is higher than it should be.
  2. Setting the build property CheckNewtonsoftJsonVersion to true will completely skip the version check, just in case you don't want it to run for whatever reason.

@madskristensen madskristensen merged commit f20f44b into VsixCommunity:master Jun 6, 2023
@madskristensen
Copy link
Contributor

Awesome. Thank you!!

@reduckted reduckted deleted the feature/newtonsoft-json-detection branch June 6, 2023 20:49
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 17.6 uses Newtonsoft.Json 13.0.3
2 participants