Skip to content

Commit b960430

Browse files
Update dependencies from https://github.com/dotnet/roslyn build 20210716.21 (#19004)
[release/6.0.1xx-preview7] Update dependencies from dotnet/roslyn
1 parent 6a1b352 commit b960430

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,22 +79,22 @@
7979
<Uri>https://github.com/dotnet/format</Uri>
8080
<Sha>15b61d9c084373a1eff6a937bd6d762b52ab1864</Sha>
8181
</Dependency>
82-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-3.21366.20">
82+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-3.21366.21">
8383
<Uri>https://github.com/dotnet/roslyn</Uri>
84-
<Sha>6c39928ac7f00f5701fe36cfa495b59d34b88840</Sha>
84+
<Sha>51dcd69e8c58039719f02fbb6044db030d60fd02</Sha>
8585
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
8686
</Dependency>
87-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.0.0-3.21366.20">
87+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.0.0-3.21366.21">
8888
<Uri>https://github.com/dotnet/roslyn</Uri>
89-
<Sha>6c39928ac7f00f5701fe36cfa495b59d34b88840</Sha>
89+
<Sha>51dcd69e8c58039719f02fbb6044db030d60fd02</Sha>
9090
</Dependency>
91-
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.0.0-3.21366.20">
91+
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.0.0-3.21366.21">
9292
<Uri>https://github.com/dotnet/roslyn</Uri>
93-
<Sha>6c39928ac7f00f5701fe36cfa495b59d34b88840</Sha>
93+
<Sha>51dcd69e8c58039719f02fbb6044db030d60fd02</Sha>
9494
</Dependency>
95-
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.0.0-3.21366.20">
95+
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.0.0-3.21366.21">
9696
<Uri>https://github.com/dotnet/roslyn</Uri>
97-
<Sha>6c39928ac7f00f5701fe36cfa495b59d34b88840</Sha>
97+
<Sha>51dcd69e8c58039719f02fbb6044db030d60fd02</Sha>
9898
</Dependency>
9999
<Dependency Name="Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version="6.0.0-rc.1.21365.18">
100100
<Uri>https://github.com/dotnet/aspnetcore</Uri>

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@
122122
</PropertyGroup>
123123
<PropertyGroup>
124124
<!-- Dependencies from https://github.com/dotnet/roslyn -->
125-
<MicrosoftNetCompilersToolsetPackageVersion>4.0.0-3.21366.20</MicrosoftNetCompilersToolsetPackageVersion>
126-
<MicrosoftCodeAnalysisCSharpPackageVersion>4.0.0-3.21366.20</MicrosoftCodeAnalysisCSharpPackageVersion>
127-
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.0.0-3.21366.20</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
128-
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.0.0-3.21366.20</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
125+
<MicrosoftNetCompilersToolsetPackageVersion>4.0.0-3.21366.21</MicrosoftNetCompilersToolsetPackageVersion>
126+
<MicrosoftCodeAnalysisCSharpPackageVersion>4.0.0-3.21366.21</MicrosoftCodeAnalysisCSharpPackageVersion>
127+
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.0.0-3.21366.21</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
128+
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.0.0-3.21366.21</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
129129
</PropertyGroup>
130130
<PropertyGroup>
131131
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->

0 commit comments

Comments
 (0)