Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/roslyn build 20210…
Browse files Browse the repository at this point in the history
…430.20 (dotnet#17338)

[main] Update dependencies from dotnet/roslyn
  • Loading branch information
dotnet-maestro[bot] committed May 1, 2021
1 parent 1a3b116 commit 933e5f3
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 @@ -69,21 +69,21 @@
<Uri>https://github.com/dotnet/fsharp</Uri>
<Sha>b6a352ab0a11a0584348dd77811af7eecaf9d072</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-2.21230.18">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-2.21230.20">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>75b17e3a34f340b3c264f234886251e7c1dcbc83</Sha>
<Sha>b2390a5b46b96f33daa16998c4a88cf3cbef25ae</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.0.0-2.21230.18">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.0.0-2.21230.20">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>75b17e3a34f340b3c264f234886251e7c1dcbc83</Sha>
<Sha>b2390a5b46b96f33daa16998c4a88cf3cbef25ae</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.0.0-2.21230.18">
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.0.0-2.21230.20">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>75b17e3a34f340b3c264f234886251e7c1dcbc83</Sha>
<Sha>b2390a5b46b96f33daa16998c4a88cf3cbef25ae</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.0.0-2.21230.18">
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.0.0-2.21230.20">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>75b17e3a34f340b3c264f234886251e7c1dcbc83</Sha>
<Sha>b2390a5b46b96f33daa16998c4a88cf3cbef25ae</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version="6.0.0-preview.5.21230.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 @@ -116,10 +116,10 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn -->
<MicrosoftNetCompilersToolsetPackageVersion>4.0.0-2.21230.18</MicrosoftNetCompilersToolsetPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>4.0.0-2.21230.18</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.0.0-2.21230.18</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.0.0-2.21230.18</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
<MicrosoftNetCompilersToolsetPackageVersion>4.0.0-2.21230.20</MicrosoftNetCompilersToolsetPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>4.0.0-2.21230.20</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.0.0-2.21230.20</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.0.0-2.21230.20</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
Expand Down

0 comments on commit 933e5f3

Please sign in to comment.