Skip to content

Commit a876220

Browse files
Update dependencies from https://github.com/dotnet/roslyn build 20250629.7 (#117137)
Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.25275.3 -> To Version 4.12.0-3.25329.7 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent b161846 commit a876220

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

NuGet.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
1111
<!-- Begin: Package sources from dotnet-emsdk -->
1212
<add key="darc-pub-dotnet-emsdk-b567cdb" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-b567cdb6/nuget/v3/index.json" />
13+
<add key="darc-pub-dotnet-emsdk-b567cdb-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-b567cdb6-3/nuget/v3/index.json" />
14+
<add key="darc-pub-dotnet-emsdk-b567cdb-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-b567cdb6-2/nuget/v3/index.json" />
15+
<add key="darc-pub-dotnet-emsdk-b567cdb-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-b567cdb6-1/nuget/v3/index.json" />
1316
<!-- End: Package sources from dotnet-emsdk -->
1417
<!-- Begin: Package sources from dotnet-sdk -->
15-
16-
<add key="darc-pub-dotnet-sdk-38e51fe" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-sdk-38e51fe4/nuget/v3/index.json" />
1718
<!-- End: Package sources from dotnet-sdk -->
1819
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1920
<!--

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -360,15 +360,15 @@
360360
<Uri>https://github.com/dotnet/runtime-assets</Uri>
361361
<Sha>7f6eab719b1c6834f694cfddb73c3891942e31e4</Sha>
362362
</Dependency>
363-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.25275.3">
363+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.25329.7">
364364
<Uri>https://github.com/dotnet/roslyn</Uri>
365365
<Sha>3f5cf9fbbd91f2047e988801a5142ca1cb6bab45</Sha>
366366
</Dependency>
367-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.25275.3">
367+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.25329.7">
368368
<Uri>https://github.com/dotnet/roslyn</Uri>
369369
<Sha>3f5cf9fbbd91f2047e988801a5142ca1cb6bab45</Sha>
370370
</Dependency>
371-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.25275.3">
371+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.25329.7">
372372
<Uri>https://github.com/dotnet/roslyn</Uri>
373373
<Sha>3f5cf9fbbd91f2047e988801a5142ca1cb6bab45</Sha>
374374
</Dependency>
@@ -381,7 +381,7 @@
381381
<Sha>16865ea61910500f1022ad2b96c499e5df02c228</Sha>
382382
</Dependency>
383383
<!-- Intermediate is necessary for source build. -->
384-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.25275.3">
384+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.25329.7">
385385
<Uri>https://github.com/dotnet/roslyn</Uri>
386386
<Sha>3f5cf9fbbd91f2047e988801a5142ca1cb6bab45</Sha>
387387
<SourceBuild RepoName="roslyn" ManagedOnly="true" />

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
4545
they do not break the local dev experience.
4646
-->
47-
<MicrosoftCodeAnalysisCSharpVersion>4.12.0-3.25275.3</MicrosoftCodeAnalysisCSharpVersion>
48-
<MicrosoftCodeAnalysisVersion>4.12.0-3.25275.3</MicrosoftCodeAnalysisVersion>
49-
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.25275.3</MicrosoftNetCompilersToolsetVersion>
47+
<MicrosoftCodeAnalysisCSharpVersion>4.12.0-3.25329.7</MicrosoftCodeAnalysisCSharpVersion>
48+
<MicrosoftCodeAnalysisVersion>4.12.0-3.25329.7</MicrosoftCodeAnalysisVersion>
49+
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.25329.7</MicrosoftNetCompilersToolsetVersion>
5050
</PropertyGroup>
5151
<!--
5252
For source generator support we need to target multiple versions of Roslyn in order to be able to run on older versions of Roslyn.

0 commit comments

Comments
 (0)