1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00

[main] Update dependencies from dotnet/roslyn (#102493)

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

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-2.24269.3 -> To Version 4.11.0-2.24270.14

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

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-2.24269.3 -> To Version 4.11.0-2.24271.11

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2024-05-22 11:45:19 -05:00 committed by GitHub
parent b83186a969
commit e4842c72ee
Signed by: github
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

View file

@ -360,17 +360,17 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri> <Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>587c756690070927e81cba864f0db27f0a74e44a</Sha> <Sha>587c756690070927e81cba864f0db27f0a74e44a</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-2.24269.3"> <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-2.24271.11">
<Uri>https://github.com/dotnet/roslyn</Uri> <Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dd1d6535773f71c1f921589cf59d1d62f6e8c27f</Sha> <Sha>40e6b96cad11400acb5b8999057ac8ba748df940</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.11.0-2.24269.3"> <Dependency Name="Microsoft.CodeAnalysis" Version="4.11.0-2.24271.11">
<Uri>https://github.com/dotnet/roslyn</Uri> <Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dd1d6535773f71c1f921589cf59d1d62f6e8c27f</Sha> <Sha>40e6b96cad11400acb5b8999057ac8ba748df940</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.11.0-2.24269.3"> <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.11.0-2.24271.11">
<Uri>https://github.com/dotnet/roslyn</Uri> <Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dd1d6535773f71c1f921589cf59d1d62f6e8c27f</Sha> <Sha>40e6b96cad11400acb5b8999057ac8ba748df940</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24225.1"> <Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24225.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri> <Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
@ -381,9 +381,9 @@
<Sha>8dccccec1ce3bd2fb532ec77d7e092ab9d684db7</Sha> <Sha>8dccccec1ce3bd2fb532ec77d7e092ab9d684db7</Sha>
</Dependency> </Dependency>
<!-- Intermediate is necessary for source build. --> <!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.11.0-2.24269.3"> <Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.11.0-2.24271.11">
<Uri>https://github.com/dotnet/roslyn</Uri> <Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dd1d6535773f71c1f921589cf59d1d62f6e8c27f</Sha> <Sha>40e6b96cad11400acb5b8999057ac8ba748df940</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" /> <SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.100-preview.5.24263.1"> <Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.100-preview.5.24263.1">

View file

@ -42,9 +42,9 @@
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure 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. they do not break the local dev experience.
--> -->
<MicrosoftCodeAnalysisCSharpVersion>4.11.0-2.24269.3</MicrosoftCodeAnalysisCSharpVersion> <MicrosoftCodeAnalysisCSharpVersion>4.11.0-2.24271.11</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.11.0-2.24269.3</MicrosoftCodeAnalysisVersion> <MicrosoftCodeAnalysisVersion>4.11.0-2.24271.11</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.11.0-2.24269.3</MicrosoftNetCompilersToolsetVersion> <MicrosoftNetCompilersToolsetVersion>4.11.0-2.24271.11</MicrosoftNetCompilersToolsetVersion>
</PropertyGroup> </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. For source generator support we need to target multiple versions of Roslyn in order to be able to run on older versions of Roslyn.