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

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

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

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.8.0-1.23401.10 -> To Version 4.8.0-1.23402.2

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

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.8.0-1.23401.10 -> To Version 4.8.0-1.23402.3

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

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.8.0-1.23401.10 -> To Version 4.8.0-1.23402.4

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

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.8.0-1.23401.10 -> To Version 4.8.0-1.23402.8

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2023-08-02 19:08:17 -05:00 committed by GitHub
parent a0c5fe3387
commit 62405ba127
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -358,18 +358,18 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>f3a59688fedc19844c670f4d46d7c21ef55cf1f8</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-1.23401.10">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-1.23402.8">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b3dc95ebc77bcdf064617c3c4a85d1da0ea911ac</Sha>
<Sha>41044c46ad0fd5dbbf71d041397094c7513de934</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-1.23401.10">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-1.23402.8">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b3dc95ebc77bcdf064617c3c4a85d1da0ea911ac</Sha>
<Sha>41044c46ad0fd5dbbf71d041397094c7513de934</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-1.23401.10">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-1.23402.8">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>b3dc95ebc77bcdf064617c3c4a85d1da0ea911ac</Sha>
<Sha>41044c46ad0fd5dbbf71d041397094c7513de934</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.23364.2">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>

View file

@ -40,9 +40,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.8.0-1.23401.10</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.8.0-1.23401.10</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.8.0-1.23401.10</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.8.0-1.23402.8</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.8.0-1.23402.8</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.8.0-1.23402.8</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.