Skip to content

Commit

Permalink
Merge in 'release/6.0.1xx' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Nov 20, 2021
2 parents 95eaa4d + 3fd0755 commit 3662163
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,30 +88,30 @@
<Sha>68bc36719088c86b0ff01334039b0611741b8276</Sha>
<SourceBuildTarball RepoName="format" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.1-1.21568.1">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.1-1.21569.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>6ab6601178d9fba8c680b56934cd1742e0816bff</Sha>
<Sha>52021b4b3a9dcfd7b955102adb2901524a62a371</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.0.1-1.21568.1">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.0.1-1.21569.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>6ab6601178d9fba8c680b56934cd1742e0816bff</Sha>
<Sha>52021b4b3a9dcfd7b955102adb2901524a62a371</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.0.1-1.21568.1">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.0.1-1.21569.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>6ab6601178d9fba8c680b56934cd1742e0816bff</Sha>
<Sha>52021b4b3a9dcfd7b955102adb2901524a62a371</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.0.1-1.21568.1">
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.0.1-1.21569.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>6ab6601178d9fba8c680b56934cd1742e0816bff</Sha>
<Sha>52021b4b3a9dcfd7b955102adb2901524a62a371</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.0.1-1.21568.1">
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.0.1-1.21569.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>6ab6601178d9fba8c680b56934cd1742e0816bff</Sha>
<Sha>52021b4b3a9dcfd7b955102adb2901524a62a371</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.0.1-1.21568.1">
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.0.1-1.21569.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>6ab6601178d9fba8c680b56934cd1742e0816bff</Sha>
<Sha>52021b4b3a9dcfd7b955102adb2901524a62a371</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version="6.0.1-servicing.21567.14">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
Expand Down
12 changes: 6 additions & 6 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn -->
<MicrosoftNetCompilersToolsetPackageVersion>4.0.1-1.21568.1</MicrosoftNetCompilersToolsetPackageVersion>
<MicrosoftCodeAnalysisPackageVersion>4.0.1-1.21568.1</MicrosoftCodeAnalysisPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>4.0.1-1.21568.1</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.0.1-1.21568.1</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.0.1-1.21568.1</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
<MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>4.0.1-1.21568.1</MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
<MicrosoftNetCompilersToolsetPackageVersion>4.0.1-1.21569.2</MicrosoftNetCompilersToolsetPackageVersion>
<MicrosoftCodeAnalysisPackageVersion>4.0.1-1.21569.2</MicrosoftCodeAnalysisPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>4.0.1-1.21569.2</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.0.1-1.21569.2</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.0.1-1.21569.2</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
<MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>4.0.1-1.21569.2</MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
Expand Down

0 comments on commit 3662163

Please sign in to comment.