Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/8.0] Update dependencies from dotnet/roslyn #92303

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
65b528a
Update dependencies from https://github.com/dotnet/roslyn build 20230…
dotnet-maestro[bot] Sep 19, 2023
f862bb1
Update dependencies from https://github.com/dotnet/roslyn build 20230…
dotnet-maestro[bot] Sep 19, 2023
268a89d
Update dependencies from https://github.com/dotnet/roslyn build 20230…
dotnet-maestro[bot] Sep 19, 2023
e5c5110
Update dependencies from https://github.com/dotnet/roslyn build 20230…
dotnet-maestro[bot] Sep 19, 2023
3283eea
Update dependencies from https://github.com/dotnet/roslyn build 20230…
dotnet-maestro[bot] Sep 20, 2023
c62c3ce
Update dependencies from https://github.com/dotnet/roslyn build 20230…
dotnet-maestro[bot] Sep 20, 2023
b731f72
Update dependencies from https://github.com/dotnet/roslyn build 20230…
dotnet-maestro[bot] Sep 20, 2023
be7b5b6
Update dependencies from https://github.com/dotnet/roslyn build 20230…
dotnet-maestro[bot] Sep 20, 2023
fd42e1d
Update dependencies from https://github.com/dotnet/roslyn build 20230…
dotnet-maestro[bot] Sep 20, 2023
9b37f65
Update dependencies from https://github.com/dotnet/roslyn build 20230…
dotnet-maestro[bot] Sep 20, 2023
97a522a
Update dependencies from https://github.com/dotnet/roslyn build 20230…
dotnet-maestro[bot] Sep 20, 2023
2a61a90
Update dependencies from https://github.com/dotnet/roslyn build 20230…
dotnet-maestro[bot] Sep 21, 2023
cf2f2b6
Update dependencies from https://github.com/dotnet/roslyn build 20230…
dotnet-maestro[bot] Sep 21, 2023
4cded99
Update dependencies from https://github.com/dotnet/roslyn build 20230…
dotnet-maestro[bot] Sep 21, 2023
c21daea
Update dependencies from https://github.com/dotnet/roslyn build 20230…
dotnet-maestro[bot] Sep 21, 2023
a78810d
Update dependencies from https://github.com/dotnet/roslyn build 20230…
dotnet-maestro[bot] Sep 21, 2023
812b4ac
Update dependencies from https://github.com/dotnet/roslyn build 20230…
dotnet-maestro[bot] Sep 21, 2023
2699d0f
Update dependencies from https://github.com/dotnet/roslyn build 20230…
dotnet-maestro[bot] Sep 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -358,18 +358,18 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>99168dcff56809205e7ef8530d1256f3a07fab1f</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-3.23469.1">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-3.23471.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>9233e36abc5e2ca263dbd4d1616f35623440a935</Sha>
<Sha>9f6f97debe7fe8121a2249f807343d12ef1e4ac6</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-3.23469.1">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-3.23471.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>9233e36abc5e2ca263dbd4d1616f35623440a935</Sha>
<Sha>9f6f97debe7fe8121a2249f807343d12ef1e4ac6</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-3.23469.1">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-3.23471.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>9233e36abc5e2ca263dbd4d1616f35623440a935</Sha>
<Sha>9f6f97debe7fe8121a2249f807343d12ef1e4ac6</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.23468.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0-3.23469.1</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.8.0-3.23469.1</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.8.0-3.23469.1</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.8.0-3.23471.2</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.8.0-3.23471.2</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.8.0-3.23471.2</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.
Expand Down
Loading