-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Bump BCL references to 9.0 #76890
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
Merged
Merged
Bump BCL references to 9.0 #76890
Changes from 24 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
22e1b3f
Bump BCL references to 9.0
genlu 551a1e6
Add expected dependency
genlu 47800f4
fix
genlu 55ce3e4
Update BCL dependencies with darc
JoeRobich adb8717
Clean up xliff changes
JoeRobich 7d04b76
pin SCI version in syntax generator
genlu 1858680
Merge remote-tracking branch 'origin/UpgradeBcl' into UpgradeBcl
genlu dfbabaf
fix
genlu 5b6ac9e
Add OS target
genlu 55459f9
Merge remote-tracking branch 'dotnet/main' into UpgradeBcl
genlu d057c94
Fix crossgen targets
genlu b05adf5
revert
genlu 48b74f7
don't crossgen workspaces.dll
genlu 90dabae
Merge branch 'main' into UpgradeBcl
JoeRobich 9ca1f3e
Merge remote-tracking branch 'dotnet/main' into UpgradeBcl
genlu 2550abe
Unify edit and continue test checks.
JoeRobich 674397e
Fix typo
JoeRobich 7a14c9f
Update SourceBuild IgnorePatterns for 9.0 BCL
JoeRobich 229fb75
Merge remote-tracking branch 'dotnet/main' into UpgradeBcl
genlu ef52958
Merge remote-tracking branch 'origin/UpgradeBcl' into UpgradeBcl
genlu 71f3218
Fix duplicate references for runtime assemblies
genlu 1172ece
Merge remote-tracking branch 'genlu/UpgradeBcl' into UpgradeBcl
genlu 1a641a9
Crossgen a few more framework assemblies
genlu fab5597
Merge remote-tracking branch 'dotnet/main' into UpgradeBcl
genlu a879f4a
Fix correctness rebuild by adding an additional Semantic Search refer…
JoeRobich 1b6daf2
Merge remote-tracking branch 'origin/UpgradeBcl' into UpgradeBcl
genlu 2d56e5f
Add more dependencies to deployment project
genlu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,37 +47,37 @@ | |
--> | ||
<PropertyGroup> | ||
<SystemCommandLineVersion>2.0.0-beta4.24528.1</SystemCommandLineVersion> | ||
<SystemCompositionVersion>8.0.0</SystemCompositionVersion> | ||
<SystemConfigurationConfigurationManagerVersion>8.0.0</SystemConfigurationConfigurationManagerVersion> | ||
<SystemDiagnosticsEventLogVersion>8.0.0</SystemDiagnosticsEventLogVersion> | ||
<SystemCollectionsImmutableVersion>8.0.0</SystemCollectionsImmutableVersion> | ||
<SystemComponentModelCompositionVersion>8.0.0</SystemComponentModelCompositionVersion> | ||
<SystemDiagnosticsDiagnosticSourceVersion>8.0.1</SystemDiagnosticsDiagnosticSourceVersion> | ||
<SystemIOHashingVersion>8.0.0</SystemIOHashingVersion> | ||
<SystemIOPipelinesVersion>8.0.0</SystemIOPipelinesVersion> | ||
<SystemReflectionMetadataVersion>8.0.0</SystemReflectionMetadataVersion> | ||
<SystemResourcesExtensionsVersion>8.0.0</SystemResourcesExtensionsVersion> | ||
<SystemSecurityCryptographyProtectedDataVersion>8.0.0</SystemSecurityCryptographyProtectedDataVersion> | ||
<SystemSecurityPermissionsVersion>8.0.0</SystemSecurityPermissionsVersion> | ||
<SystemTextEncodingsWebVersion>8.0.0</SystemTextEncodingsWebVersion> | ||
<SystemCompositionVersion>9.0.0</SystemCompositionVersion> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it possible at all to deploy missing dependencies as part of F5/integration tests? IIRC we have this project for it - https://github.com/dotnet/roslyn/blob/main/src/VisualStudio/Setup.Dependencies/Roslyn.VisualStudio.Setup.Dependencies.csproj#L21 |
||
<SystemConfigurationConfigurationManagerVersion>9.0.0</SystemConfigurationConfigurationManagerVersion> | ||
<SystemDiagnosticsEventLogVersion>9.0.0</SystemDiagnosticsEventLogVersion> | ||
<SystemCollectionsImmutableVersion>9.0.0</SystemCollectionsImmutableVersion> | ||
<SystemComponentModelCompositionVersion>9.0.0</SystemComponentModelCompositionVersion> | ||
<SystemDiagnosticsDiagnosticSourceVersion>9.0.0</SystemDiagnosticsDiagnosticSourceVersion> | ||
<SystemIOHashingVersion>9.0.0</SystemIOHashingVersion> | ||
<SystemIOPipelinesVersion>9.0.0</SystemIOPipelinesVersion> | ||
<SystemReflectionMetadataVersion>9.0.0</SystemReflectionMetadataVersion> | ||
<SystemResourcesExtensionsVersion>9.0.0</SystemResourcesExtensionsVersion> | ||
<SystemSecurityCryptographyProtectedDataVersion>9.0.0</SystemSecurityCryptographyProtectedDataVersion> | ||
<SystemSecurityPermissionsVersion>9.0.0</SystemSecurityPermissionsVersion> | ||
<SystemTextEncodingsWebVersion>9.0.0</SystemTextEncodingsWebVersion> | ||
<!-- Note: When updating SystemTextJsonVersion ensure that the version is no higher than what is used by MSBuild in VS (would lead to NGEN failures on insertion). --> | ||
<SystemTextJsonVersion>8.0.5</SystemTextJsonVersion> | ||
<SystemThreadingTasksDataflowVersion>8.0.0</SystemThreadingTasksDataflowVersion> | ||
<SystemWindowsExtensionsVersion>8.0.0</SystemWindowsExtensionsVersion> | ||
<MicrosoftBclAsyncInterfacesVersion>8.0.0</MicrosoftBclAsyncInterfacesVersion> | ||
<SystemTextJsonVersion>9.0.0</SystemTextJsonVersion> | ||
<SystemThreadingTasksDataflowVersion>9.0.0</SystemThreadingTasksDataflowVersion> | ||
<SystemWindowsExtensionsVersion>9.0.0</SystemWindowsExtensionsVersion> | ||
<MicrosoftBclAsyncInterfacesVersion>9.0.0</MicrosoftBclAsyncInterfacesVersion> | ||
<MicrosoftCodeAnalysisAnalyzersVersion>3.11.0</MicrosoftCodeAnalysisAnalyzersVersion> | ||
<MicrosoftCodeAnalysisAnalyzerUtilitiesVersion>3.3.0</MicrosoftCodeAnalysisAnalyzerUtilitiesVersion> | ||
<MicrosoftCodeAnalysisNetAnalyzersVersion>8.0.0-preview.23468.1</MicrosoftCodeAnalysisNetAnalyzersVersion> | ||
<MicrosoftDiaSymReaderVersion>2.0.0</MicrosoftDiaSymReaderVersion> | ||
<MicrosoftExtensionsConfigurationVersion>8.0.0</MicrosoftExtensionsConfigurationVersion> | ||
<MicrosoftExtensionsDependencyInjectionVersion>8.0.0</MicrosoftExtensionsDependencyInjectionVersion> | ||
<MicrosoftExtensionsConfigurationVersion>9.0.0</MicrosoftExtensionsConfigurationVersion> | ||
<MicrosoftExtensionsDependencyInjectionVersion>9.0.0</MicrosoftExtensionsDependencyInjectionVersion> | ||
<MicrosoftExtensionsFileSystemGlobbingVersion>8.0.0</MicrosoftExtensionsFileSystemGlobbingVersion> | ||
<MicrosoftExtensionsLoggingVersion>8.0.0</MicrosoftExtensionsLoggingVersion> | ||
<MicrosoftExtensionsLoggingAbstractionsVersion>8.0.0</MicrosoftExtensionsLoggingAbstractionsVersion> | ||
<MicrosoftExtensionsLoggingConsoleVersion>8.0.0</MicrosoftExtensionsLoggingConsoleVersion> | ||
<MicrosoftExtensionsLoggingVersion>9.0.0</MicrosoftExtensionsLoggingVersion> | ||
<MicrosoftExtensionsLoggingAbstractionsVersion>9.0.0</MicrosoftExtensionsLoggingAbstractionsVersion> | ||
<MicrosoftExtensionsLoggingConsoleVersion>9.0.0</MicrosoftExtensionsLoggingConsoleVersion> | ||
<MicrosoftExtensionsOptionsConfigurationExtensionVersion>8.0.0</MicrosoftExtensionsOptionsConfigurationExtensionVersion> | ||
<MicrosoftExtensionsOptionsVersion>8.0.0</MicrosoftExtensionsOptionsVersion> | ||
<MicrosoftExtensionsPrimitivesVersion>8.0.0</MicrosoftExtensionsPrimitivesVersion> | ||
<MicrosoftExtensionsOptionsVersion>9.0.0</MicrosoftExtensionsOptionsVersion> | ||
<MicrosoftExtensionsPrimitivesVersion>9.0.0</MicrosoftExtensionsPrimitivesVersion> | ||
<MicrosoftVSSDKBuildToolsVersion>17.9.3137-preview3</MicrosoftVSSDKBuildToolsVersion> | ||
<vswhereVersion>2.4.1</vswhereVersion> | ||
<!-- | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.