-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Update to released package versions #53844
Update to released package versions #53844
Conversation
<MicrosoftVisualStudioComponentModelHostVersion>16.10.44</MicrosoftVisualStudioComponentModelHostVersion> | ||
<MicrosoftVisualStudioCompositionVersion>16.5.13</MicrosoftVisualStudioCompositionVersion> | ||
<MicrosoftVisualStudioComponentModelHostVersion>$(VisualStudioEditorPackagesVersion)</MicrosoftVisualStudioComponentModelHostVersion> | ||
<MicrosoftVisualStudioCompositionVersion>16.9.20</MicrosoftVisualStudioCompositionVersion> |
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.
This brings in a version of Microsoft.VisualStudio.Composition.Analyzers that can be installed from a net472 project.
@@ -31,7 +31,7 @@ | |||
<MicrosoftCodeAnalysisNetAnalyzersVersion>6.0.0-preview1.21054.10</MicrosoftCodeAnalysisNetAnalyzersVersion> | |||
<MicrosoftCodeAnalysisTestingVersion>1.0.1-beta1.20623.3</MicrosoftCodeAnalysisTestingVersion> | |||
<CodeStyleAnalyzerVersion>3.9.0</CodeStyleAnalyzerVersion> | |||
<VisualStudioEditorPackagesVersion>16.10.44</VisualStudioEditorPackagesVersion> | |||
<VisualStudioEditorPackagesVersion>16.10.230</VisualStudioEditorPackagesVersion> |
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.
Released version of 16.10 editor packages, resolves package downgrade warnings.
<MicrosoftVisualStudioThreadingAnalyzersVersion>16.10.41-alpha</MicrosoftVisualStudioThreadingAnalyzersVersion> | ||
<MicrosoftVisualStudioThreadingVersion>16.10.41-alpha</MicrosoftVisualStudioThreadingVersion> | ||
<MicrosoftVisualStudioThreadingAnalyzersVersion>16.10.56</MicrosoftVisualStudioThreadingAnalyzersVersion> | ||
<MicrosoftVisualStudioThreadingVersion>16.10.56</MicrosoftVisualStudioThreadingVersion> |
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.
Released version of 16.10 threading package, resolves package downgrade warnings.
eng/Versions.props
Outdated
<ILAsmPackageVersion>5.0.0-alpha1.19409.1</ILAsmPackageVersion> | ||
<ILDAsmPackageVersion>5.0.0-preview.1.20112.8</ILDAsmPackageVersion> | ||
<MicrosoftVisualStudioLanguageServerProtocolPackagesVersion>16.10.161</MicrosoftVisualStudioLanguageServerProtocolPackagesVersion> | ||
<MicrosoftVisualStudioShellPackagesVersion>16.10.0-preview-2-31112-292</MicrosoftVisualStudioShellPackagesVersion> | ||
<MicrosoftVisualStudioShellPackagesVersion>16.10.31225.278</MicrosoftVisualStudioShellPackagesVersion> |
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.
Released version of 16.10 shell packages, resolves package downgrade warnings.
de2a362
to
5ff7391
Compare
Resolves NuGet version warnings when installing Roslyn 3.10 packages.
Validation Build: https://dev.azure.com/devdiv/DevDiv/_git/VS/pullrequest/330071 (microsoft only)