Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/roslyn (dotnet#19572)
Browse files Browse the repository at this point in the history
[main] Update dependencies from dotnet/roslyn
  • Loading branch information
dotnet-maestro[bot] committed Aug 7, 2021
1 parent 6e99798 commit a25da11
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,22 +79,22 @@
<Uri>https://github.com/dotnet/format</Uri>
<Sha>b9dd70a0e7ebac5471bf8f62d2c27095b799726a</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-4.21406.6">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-4.21406.11">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dcdd644c0c91bbf68f7cdff697a506babd97865e</Sha>
<Sha>cbbcf5cce5bde875fb196e19fcee46c1a62b38a0</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.0.0-4.21406.6">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.0.0-4.21406.11">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dcdd644c0c91bbf68f7cdff697a506babd97865e</Sha>
<Sha>cbbcf5cce5bde875fb196e19fcee46c1a62b38a0</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.0.0-4.21406.6">
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.0.0-4.21406.11">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dcdd644c0c91bbf68f7cdff697a506babd97865e</Sha>
<Sha>cbbcf5cce5bde875fb196e19fcee46c1a62b38a0</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.0.0-4.21406.6">
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.0.0-4.21406.11">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dcdd644c0c91bbf68f7cdff697a506babd97865e</Sha>
<Sha>cbbcf5cce5bde875fb196e19fcee46c1a62b38a0</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version="6.0.0-rc.1.21406.9">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
Expand Down
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn -->
<MicrosoftNetCompilersToolsetPackageVersion>4.0.0-4.21406.6</MicrosoftNetCompilersToolsetPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>4.0.0-4.21406.6</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.0.0-4.21406.6</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.0.0-4.21406.6</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
<MicrosoftNetCompilersToolsetPackageVersion>4.0.0-4.21406.11</MicrosoftNetCompilersToolsetPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>4.0.0-4.21406.11</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.0.0-4.21406.11</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.0.0-4.21406.11</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
Expand Down

0 comments on commit a25da11

Please sign in to comment.