Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/roslyn (#2065)
Browse files Browse the repository at this point in the history
* Update dependencies from https://github.com/dotnet/roslyn build 20240104.13

Microsoft.CodeAnalysis
 From Version 4.9.0-3.23629.3 -> To Version 4.9.0-3.24054.13

* Allow SCI and SRM as prebuilts

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Matt Thalman <[email protected]>
3 people authored Jan 16, 2024
1 parent 2e99b18 commit 6cc40cb
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions eng/SourceBuildPrebuiltBaseline.xml
Original file line number Diff line number Diff line change
@@ -7,6 +7,10 @@
This version does not have source build intermediate.
When a newer version is picked up, the intermediate should be utilized. -->
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.AnalyzerUtilities/*3.3.0*" />
<!-- Transitive dependency of Roslyn -->
<UsagePattern IdentityGlob="System.Collections.Immutable/8.0.0" />
<!-- Transitive dependency of Roslyn -->
<UsagePattern IdentityGlob="System.Reflection.Metadata/8.0.0" />
</IgnorePatterns>
<Usages>
<Usage Id="System.Composition" Version="7.0.0" />
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -8,9 +8,9 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>6f9d6569684cc17015aa6fc5f9d9a5f7580ade97</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.9.0-3.23629.3">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.9.0-3.24054.13">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>ebb588725e707db23d8723b633258e7eb918277b</Sha>
<Sha>28e49407a6e4744819bd471707259b99964e441c</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="9.0.0-alpha.1.24059.3">
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
<!-- In order tests against the same version of NuGet as the SDK. We have to set this to match. -->
<NuGetVersion>6.9.0-preview.1.54</NuGetVersion>
<!-- roslyn -->
<MicrosoftCodeAnalysisVersion>4.9.0-3.23629.3</MicrosoftCodeAnalysisVersion>
<MicrosoftCodeAnalysisVersion>4.9.0-3.24054.13</MicrosoftCodeAnalysisVersion>
<!-- roslyn-sdk -->
<MicrosoftCodeAnalysisAnalyzerTestingVersion>1.1.2-beta1.22216.1</MicrosoftCodeAnalysisAnalyzerTestingVersion>
<!-- runtime -->

0 comments on commit 6cc40cb

Please sign in to comment.