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 (#107612)
* Update dependencies from https://github.com/dotnet/roslyn build 20240910.1 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.24458.2 -> To Version 4.12.0-3.24460.1 * Update dependencies from https://github.com/dotnet/roslyn build 20240911.1 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.24460.1 -> To Version 4.12.0-3.24461.1 * Update dependencies from https://github.com/dotnet/roslyn build 20240912.2 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.24461.1 -> To Version 4.12.0-3.24462.2 * Update dependencies from https://github.com/dotnet/roslyn build 20240913.1 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.24462.2 -> To Version 4.12.0-3.24463.1 * Update dependencies from https://github.com/dotnet/roslyn build 20240913.9 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.24463.1 -> To Version 4.12.0-3.24463.9 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
parent
f9723f364e
commit
89a9744d27
2 changed files with 11 additions and 11 deletions
|
@ -356,17 +356,17 @@
|
|||
<Uri>https://github.com/dotnet/runtime-assets</Uri>
|
||||
<Sha>6d82d2732e240983f23ebe53d3cfb8fcd3b3ec0d</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.24458.2">
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.24463.9">
|
||||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
<Sha>bd5c00e5e09de8564093f42d87fe49d4971f2e84</Sha>
|
||||
<Sha>df4ae6b81013ac45367372176b9c3135a35a7e3c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24458.2">
|
||||
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24463.9">
|
||||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
<Sha>bd5c00e5e09de8564093f42d87fe49d4971f2e84</Sha>
|
||||
<Sha>df4ae6b81013ac45367372176b9c3135a35a7e3c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24458.2">
|
||||
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24463.9">
|
||||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
<Sha>bd5c00e5e09de8564093f42d87fe49d4971f2e84</Sha>
|
||||
<Sha>df4ae6b81013ac45367372176b9c3135a35a7e3c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24454.1">
|
||||
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
|
||||
|
@ -377,9 +377,9 @@
|
|||
<Sha>a7c74cf887abe4a38240bc4ead0b221d9d42434f</Sha>
|
||||
</Dependency>
|
||||
<!-- Intermediate is necessary for source build. -->
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24458.2">
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24463.9">
|
||||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
<Sha>bd5c00e5e09de8564093f42d87fe49d4971f2e84</Sha>
|
||||
<Sha>df4ae6b81013ac45367372176b9c3135a35a7e3c</Sha>
|
||||
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.100-rc.1.24409.1">
|
||||
|
|
|
@ -42,9 +42,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.24458.2</MicrosoftCodeAnalysisCSharpVersion>
|
||||
<MicrosoftCodeAnalysisVersion>4.12.0-3.24458.2</MicrosoftCodeAnalysisVersion>
|
||||
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24458.2</MicrosoftNetCompilersToolsetVersion>
|
||||
<MicrosoftCodeAnalysisCSharpVersion>4.12.0-3.24463.9</MicrosoftCodeAnalysisCSharpVersion>
|
||||
<MicrosoftCodeAnalysisVersion>4.12.0-3.24463.9</MicrosoftCodeAnalysisVersion>
|
||||
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24463.9</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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue