-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[release/10.0] Update MicrosoftCodeAnalysisVersion_LatestVS #123509
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
Changes from 3 commits
c13dcce
6ab6ed5
8a9a637
2f81088
62d509c
696c98c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -69,7 +69,7 @@ | |
| Source-build builds the product with the most recent previously source-built release. Thankfully, these two requirements line up nicely | ||
| such that any version that satisfies the VS version requirement will also satisfy the .NET SDK version requirement because of how we ship. | ||
| --> | ||
| <MicrosoftCodeAnalysisVersion_LatestVS>4.14.0</MicrosoftCodeAnalysisVersion_LatestVS> | ||
| <MicrosoftCodeAnalysisVersion_LatestVS>5.0.0-2.26070.104</MicrosoftCodeAnalysisVersion_LatestVS> | ||
|
||
| <!-- Some of the analyzer dependencies used by ILLink project --> | ||
| <MicrosoftCodeAnalysisBannedApiAnalyzersVersion>3.3.5-beta1.23270.2</MicrosoftCodeAnalysisBannedApiAnalyzersVersion> | ||
| </PropertyGroup> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When porting this to main, can we introduce a new property like the ones above for the 10.0.1xx sdks?