Skip to content

Commit

Permalink
Merge pull request #18926 from dotnet/darc-main-04d44e9e-0542-4918-b0…
Browse files Browse the repository at this point in the history
…b7-4feb0543414f

[main] Update dependencies from dotnet/roslyn
  • Loading branch information
v-wuzhai committed Jul 15, 2021
2 parents 1c0be9c + 5a1c5f0 commit 63da531
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>15b61d9c084373a1eff6a937bd6d762b52ab1864</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-3.21364.4">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-3.21364.8">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>9615fe5eb06fcb8a24de8c45ec673e8ddf955a17</Sha>
<Sha>06a38eb4a45ab0d848c9324a929a37182511ea5c</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.0.0-3.21364.4">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.0.0-3.21364.8">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>9615fe5eb06fcb8a24de8c45ec673e8ddf955a17</Sha>
<Sha>06a38eb4a45ab0d848c9324a929a37182511ea5c</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.0.0-3.21364.4">
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.0.0-3.21364.8">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>9615fe5eb06fcb8a24de8c45ec673e8ddf955a17</Sha>
<Sha>06a38eb4a45ab0d848c9324a929a37182511ea5c</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.0.0-3.21364.4">
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.0.0-3.21364.8">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>9615fe5eb06fcb8a24de8c45ec673e8ddf955a17</Sha>
<Sha>06a38eb4a45ab0d848c9324a929a37182511ea5c</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version="6.0.0-preview.7.21364.3">
<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 @@ -121,10 +121,10 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn -->
<MicrosoftNetCompilersToolsetPackageVersion>4.0.0-3.21364.4</MicrosoftNetCompilersToolsetPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>4.0.0-3.21364.4</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.0.0-3.21364.4</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.0.0-3.21364.4</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
<MicrosoftNetCompilersToolsetPackageVersion>4.0.0-3.21364.8</MicrosoftNetCompilersToolsetPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>4.0.0-3.21364.8</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.0.0-3.21364.8</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.0.0-3.21364.8</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
Expand Down

0 comments on commit 63da531

Please sign in to comment.