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

[main] Update dependencies from dotnet/roslyn #108324

Merged
merged 13 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
13 commits
Select commit Hold shift + click to select a range
f136faf
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] Sep 27, 2024
24e11d5
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] Sep 28, 2024
1b6c0da
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] Sep 29, 2024
d467e12
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] Oct 1, 2024
be29f9a
Update dependencies from https://github.com/dotnet/roslyn build 20241…
dotnet-maestro[bot] Oct 2, 2024
34f9646
Update dependencies from https://github.com/dotnet/roslyn build 20241…
dotnet-maestro[bot] Oct 3, 2024
653da54
Update dependencies from https://github.com/dotnet/roslyn build 20241…
dotnet-maestro[bot] Oct 4, 2024
f3c7648
Update dependencies from https://github.com/dotnet/roslyn build 20241…
dotnet-maestro[bot] Oct 5, 2024
5365406
Merge branch 'main' into darc-main-34f749e7-9ab8-4132-bc39-861dac52d67c
lewing Oct 7, 2024
775ab55
Update dependencies from https://github.com/dotnet/roslyn build 20241…
dotnet-maestro[bot] Oct 10, 2024
3254850
Update dependencies from https://github.com/dotnet/roslyn build 20241…
dotnet-maestro[bot] Oct 11, 2024
4572704
Update dependencies from https://github.com/dotnet/roslyn build 20241…
dotnet-maestro[bot] Oct 17, 2024
dd29135
Merge branch 'main' into darc-main-34f749e7-9ab8-4132-bc39-861dac52d67c
ViktorHofer Oct 21, 2024
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
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -352,17 +352,17 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>d953443109b1efa5a324290b65534b89017cb744</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.24476.1">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.24516.15">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>1ed3c1b184f9da5b9f71097672b63edb00858fad</Sha>
<Sha>3bff3622487486dec7794dfd0c71e05a52c313a4</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24476.1">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24516.15">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>1ed3c1b184f9da5b9f71097672b63edb00858fad</Sha>
<Sha>3bff3622487486dec7794dfd0c71e05a52c313a4</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24476.1">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24516.15">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>1ed3c1b184f9da5b9f71097672b63edb00858fad</Sha>
<Sha>3bff3622487486dec7794dfd0c71e05a52c313a4</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24467.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
Expand All @@ -373,9 +373,9 @@
<Sha>f4c8475010cbc3d5956c99c1f2c2d49c03c5871b</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24476.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24516.15">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>1ed3c1b184f9da5b9f71097672b63edb00858fad</Sha>
<Sha>3bff3622487486dec7794dfd0c71e05a52c313a4</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="10.0.100-alpha.1.24480.5">
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,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-3.24476.1</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.12.0-3.24476.1</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24476.1</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.12.0-3.24516.15</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.12.0-3.24516.15</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24516.15</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