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

Update dependencies from https://github.com/dotnet/roslyn build 20250323.5 (#113821)

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

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2025-04-02 12:18:02 -06:00 committed by GitHub
parent 19c865bcc1
commit 1d5d6cba0b
Signed by: github
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -360,15 +360,15 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri> <Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>aedfa03dd61c8e5ef1253d33a245d884669b0476</Sha> <Sha>aedfa03dd61c8e5ef1253d33a245d884669b0476</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.25124.2"> <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.25173.5">
<Uri>https://github.com/dotnet/roslyn</Uri> <Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>3f5cf9fbbd91f2047e988801a5142ca1cb6bab45</Sha> <Sha>3f5cf9fbbd91f2047e988801a5142ca1cb6bab45</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.25124.2"> <Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.25173.5">
<Uri>https://github.com/dotnet/roslyn</Uri> <Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>3f5cf9fbbd91f2047e988801a5142ca1cb6bab45</Sha> <Sha>3f5cf9fbbd91f2047e988801a5142ca1cb6bab45</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.25124.2"> <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.25173.5">
<Uri>https://github.com/dotnet/roslyn</Uri> <Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>3f5cf9fbbd91f2047e988801a5142ca1cb6bab45</Sha> <Sha>3f5cf9fbbd91f2047e988801a5142ca1cb6bab45</Sha>
</Dependency> </Dependency>
@ -381,7 +381,7 @@
<Sha>16865ea61910500f1022ad2b96c499e5df02c228</Sha> <Sha>16865ea61910500f1022ad2b96c499e5df02c228</Sha>
</Dependency> </Dependency>
<!-- Intermediate is necessary for source build. --> <!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.25124.2"> <Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.25173.5">
<Uri>https://github.com/dotnet/roslyn</Uri> <Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>3f5cf9fbbd91f2047e988801a5142ca1cb6bab45</Sha> <Sha>3f5cf9fbbd91f2047e988801a5142ca1cb6bab45</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" /> <SourceBuild RepoName="roslyn" ManagedOnly="true" />

View file

@ -44,9 +44,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.12.0-3.25124.2</MicrosoftCodeAnalysisCSharpVersion> <MicrosoftCodeAnalysisCSharpVersion>4.12.0-3.25173.5</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.12.0-3.25124.2</MicrosoftCodeAnalysisVersion> <MicrosoftCodeAnalysisVersion>4.12.0-3.25173.5</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.25124.2</MicrosoftNetCompilersToolsetVersion> <MicrosoftNetCompilersToolsetVersion>4.12.0-3.25173.5</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.