Skip to content

Commit

Permalink
[release/9.0.2xx] Update dependencies from dotnet/roslyn (#44292)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Oct 18, 2024
2 parents 72de5b2 + fdcfc82 commit fbb8c9d
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 @@ -93,43 +93,43 @@
<Sha>c3eb162ec7bcf7449ca54b2218ab0d0c4d67c1d0</Sha>
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.13.0-1.24517.6">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.13.0-1.24517.8">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>545232a43c7483de63cef7985ff46359cba97758</Sha>
<Sha>de74893ae62cee4efabfb484ce2072019783513c</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.13.0-1.24517.6">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.13.0-1.24517.8">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>545232a43c7483de63cef7985ff46359cba97758</Sha>
<Sha>de74893ae62cee4efabfb484ce2072019783513c</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset.Framework" Version="4.13.0-1.24517.6">
<Dependency Name="Microsoft.Net.Compilers.Toolset.Framework" Version="4.13.0-1.24517.8">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>545232a43c7483de63cef7985ff46359cba97758</Sha>
<Sha>de74893ae62cee4efabfb484ce2072019783513c</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.13.0-1.24517.6">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.13.0-1.24517.8">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>545232a43c7483de63cef7985ff46359cba97758</Sha>
<Sha>de74893ae62cee4efabfb484ce2072019783513c</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.13.0-1.24517.6">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.13.0-1.24517.8">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>545232a43c7483de63cef7985ff46359cba97758</Sha>
<Sha>de74893ae62cee4efabfb484ce2072019783513c</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.13.0-1.24517.6">
<Dependency Name="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.13.0-1.24517.8">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>545232a43c7483de63cef7985ff46359cba97758</Sha>
<Sha>de74893ae62cee4efabfb484ce2072019783513c</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.13.0-1.24517.6">
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.13.0-1.24517.8">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>545232a43c7483de63cef7985ff46359cba97758</Sha>
<Sha>de74893ae62cee4efabfb484ce2072019783513c</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.13.0-1.24517.6">
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.13.0-1.24517.8">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>545232a43c7483de63cef7985ff46359cba97758</Sha>
<Sha>de74893ae62cee4efabfb484ce2072019783513c</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.13.0-1.24517.6">
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.13.0-1.24517.8">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>545232a43c7483de63cef7985ff46359cba97758</Sha>
<Sha>de74893ae62cee4efabfb484ce2072019783513c</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version="9.0.0-rc.1.24452.1">
<Uri>https://github.com/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 @@ -216,14 +216,14 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn -->
<MicrosoftNetCompilersToolsetVersion>4.13.0-1.24517.6</MicrosoftNetCompilersToolsetVersion>
<MicrosoftNetCompilersToolsetFrameworkPackageVersion>4.13.0-1.24517.6</MicrosoftNetCompilersToolsetFrameworkPackageVersion>
<MicrosoftCodeAnalysisPackageVersion>4.13.0-1.24517.6</MicrosoftCodeAnalysisPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>4.13.0-1.24517.6</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>4.13.0-1.24517.6</MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.13.0-1.24517.6</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.13.0-1.24517.6</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
<MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>4.13.0-1.24517.6</MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
<MicrosoftNetCompilersToolsetVersion>4.13.0-1.24517.8</MicrosoftNetCompilersToolsetVersion>
<MicrosoftNetCompilersToolsetFrameworkPackageVersion>4.13.0-1.24517.8</MicrosoftNetCompilersToolsetFrameworkPackageVersion>
<MicrosoftCodeAnalysisPackageVersion>4.13.0-1.24517.8</MicrosoftCodeAnalysisPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>4.13.0-1.24517.8</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>4.13.0-1.24517.8</MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.13.0-1.24517.8</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.13.0-1.24517.8</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
<MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>4.13.0-1.24517.8</MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
Expand Down

0 comments on commit fbb8c9d

Please # to comment.