Skip to content

Commit

Permalink
[release/9.0.1xx] Update dependencies from dotnet/roslyn (#45654)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Jan 8, 2025
2 parents a8279a1 + cb2a3fe commit e708e6b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
36 changes: 18 additions & 18 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,43 +97,43 @@
<Sha>fd29258f2eb7502b09a450a8250495adb6c5caee</Sha>
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.24574.8">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.24631.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dfa7fc6bdea31a858a402168384192b633c811fa</Sha>
<Sha>da7c6c4257b2f661024b9a506773372a09023eee</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24574.8">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24631.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dfa7fc6bdea31a858a402168384192b633c811fa</Sha>
<Sha>da7c6c4257b2f661024b9a506773372a09023eee</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset.Framework" Version="4.12.0-3.24574.8">
<Dependency Name="Microsoft.Net.Compilers.Toolset.Framework" Version="4.12.0-3.24631.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dfa7fc6bdea31a858a402168384192b633c811fa</Sha>
<Sha>da7c6c4257b2f661024b9a506773372a09023eee</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24574.8">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24631.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dfa7fc6bdea31a858a402168384192b633c811fa</Sha>
<Sha>da7c6c4257b2f661024b9a506773372a09023eee</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24574.8">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24631.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dfa7fc6bdea31a858a402168384192b633c811fa</Sha>
<Sha>da7c6c4257b2f661024b9a506773372a09023eee</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.12.0-3.24574.8">
<Dependency Name="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.12.0-3.24631.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dfa7fc6bdea31a858a402168384192b633c811fa</Sha>
<Sha>da7c6c4257b2f661024b9a506773372a09023eee</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.12.0-3.24574.8">
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.12.0-3.24631.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dfa7fc6bdea31a858a402168384192b633c811fa</Sha>
<Sha>da7c6c4257b2f661024b9a506773372a09023eee</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0-3.24574.8">
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0-3.24631.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dfa7fc6bdea31a858a402168384192b633c811fa</Sha>
<Sha>da7c6c4257b2f661024b9a506773372a09023eee</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.12.0-3.24574.8">
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.12.0-3.24631.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dfa7fc6bdea31a858a402168384192b633c811fa</Sha>
<Sha>da7c6c4257b2f661024b9a506773372a09023eee</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version="9.0.0-rtm.24529.3">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
Expand Down
16 changes: 8 additions & 8 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,14 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn -->
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24574.8</MicrosoftNetCompilersToolsetVersion>
<MicrosoftNetCompilersToolsetFrameworkPackageVersion>4.12.0-3.24574.8</MicrosoftNetCompilersToolsetFrameworkPackageVersion>
<MicrosoftCodeAnalysisPackageVersion>4.12.0-3.24574.8</MicrosoftCodeAnalysisPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>4.12.0-3.24574.8</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>4.12.0-3.24574.8</MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.12.0-3.24574.8</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.12.0-3.24574.8</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
<MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>4.12.0-3.24574.8</MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24631.1</MicrosoftNetCompilersToolsetVersion>
<MicrosoftNetCompilersToolsetFrameworkPackageVersion>4.12.0-3.24631.1</MicrosoftNetCompilersToolsetFrameworkPackageVersion>
<MicrosoftCodeAnalysisPackageVersion>4.12.0-3.24631.1</MicrosoftCodeAnalysisPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>4.12.0-3.24631.1</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>4.12.0-3.24631.1</MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.12.0-3.24631.1</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.12.0-3.24631.1</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
<MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>4.12.0-3.24631.1</MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
Expand Down

0 comments on commit e708e6b

Please sign in to comment.