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

Update dependencies from https://github.com/dotnet/roslyn build 20240729.16 (#105696)

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

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2024-07-31 18:03:50 -05:00 committed by GitHub
parent ed40e60f69
commit 1dffab5ceb
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>a169ffbfa05ef36a4977fde4684bd6574c3c2576</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-1.24379.1">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-2.24379.16">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b2a6fc8eca8d3332845b142717166303d18362c7</Sha>
<Sha>1633d219fd06f82c45ef6eb226305839e5003960</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-1.24379.1">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-2.24379.16">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b2a6fc8eca8d3332845b142717166303d18362c7</Sha>
<Sha>1633d219fd06f82c45ef6eb226305839e5003960</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-1.24379.1">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-2.24379.16">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b2a6fc8eca8d3332845b142717166303d18362c7</Sha>
<Sha>1633d219fd06f82c45ef6eb226305839e5003960</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24378.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
@ -377,9 +377,9 @@
<Sha>81d9b5d58e3d384ed4a91b75f4a1ece6352e76d9</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-1.24379.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-2.24379.16">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b2a6fc8eca8d3332845b142717166303d18362c7</Sha>
<Sha>1633d219fd06f82c45ef6eb226305839e5003960</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.100-rc.1.24378.3">

View file

@ -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-1.24379.1</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.12.0-1.24379.1</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.12.0-1.24379.1</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.12.0-2.24379.16</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.12.0-2.24379.16</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.12.0-2.24379.16</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.