1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 09:34:49 +09:00

[release/9.0] Update dependencies from dotnet/roslyn (#108326)

* Update dependencies from https://github.com/dotnet/roslyn build 20240926.11

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.12.0-3.24473.3 -> To Version 4.13.0-1.24476.11

* Update dependencies from https://github.com/dotnet/roslyn build 20240927.6

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.13.0-1.24476.11 -> To Version 4.12.0-3.24477.6

* Update dependencies from https://github.com/dotnet/roslyn build 20240929.1

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.12.0-3.24477.6 -> To Version 4.12.0-3.24479.1

* Update dependencies from https://github.com/dotnet/roslyn build 20240930.5

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.12.0-3.24479.1 -> To Version 4.12.0-3.24480.5

* Update dependencies from https://github.com/dotnet/roslyn build 20241001.10

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.12.0-3.24480.5 -> To Version 4.12.0-3.24501.10

* Update dependencies from https://github.com/dotnet/roslyn build 20241002.14

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.12.0-3.24501.10 -> To Version 4.12.0-3.24502.14

* Update dependencies from https://github.com/dotnet/roslyn build 20241004.1

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.12.0-3.24502.14 -> To Version 4.12.0-3.24504.1

* Update dependencies from https://github.com/dotnet/roslyn build 20241004.7

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.12.0-3.24504.1 -> To Version 4.12.0-3.24504.7

* Update dependencies from https://github.com/dotnet/roslyn build 20241009.5

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.12.0-3.24504.7 -> To Version 4.12.0-3.24509.5

* Update dependencies from https://github.com/dotnet/roslyn build 20241010.2

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.12.0-3.24509.5 -> To Version 4.12.0-3.24510.2

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2024-10-11 12:20:06 -06:00 committed by GitHub
parent 0eb4083345
commit 4b3ab70d6a
Signed by: github
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

View file

@ -356,17 +356,17 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>e98370e661a19bdfed31eefb8740ecfad255f9ed</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.24473.3">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.24510.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</Sha>
<Sha>3fd39c8f6c8db918e3184050599c2046997160f1</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24473.3">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24510.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</Sha>
<Sha>3fd39c8f6c8db918e3184050599c2046997160f1</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24473.3">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24510.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</Sha>
<Sha>3fd39c8f6c8db918e3184050599c2046997160f1</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24479.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
@ -377,9 +377,9 @@
<Sha>2595aeb5e9a506f3f845c01be18d70ded045e33a</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24473.3">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24510.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</Sha>
<Sha>3fd39c8f6c8db918e3184050599c2046997160f1</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.100-rtm.24504.15">

View file

@ -44,9 +44,9 @@
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
they do not break the local dev experience.
-->
<MicrosoftCodeAnalysisCSharpVersion>4.12.0-3.24473.3</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.12.0-3.24473.3</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24473.3</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.12.0-3.24510.2</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.12.0-3.24510.2</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24510.2</MicrosoftNetCompilersToolsetVersion>
</PropertyGroup>
<!--
For source generator support we need to target multiple versions of Roslyn in order to be able to run on older versions of Roslyn.