Skip to content

Commit

Permalink
Bump to dotnet/installer@19943da 6.0.100-rc.1.21372.10 (dotnet#6110)
Browse files Browse the repository at this point in the history
Changes: dotnet/installer@9c46371...19943da
Changes: dotnet/linker@460dd6d...6eae019
Changes: dotnet/runtime@96ce6b3...14d6532

Updates:

* Microsoft.Dotnet.Sdk.Internal: from 6.0.100-rc.1.21369.3 to 6.0.100-rc.1.21372.10
* Microsoft.NET.ILLink.Tasks: from 6.0.100-preview.6.21366.2 to 6.0.100-preview.6.21370.1
* Microsoft.NETCore.App.Ref: from 6.0.0-rc.1.21368.1 to 6.0.0-rc.1.21372.1

Co-authored-by: Jonathan Pryor <jonpryor@vt.edu>
  • Loading branch information
dotnet-maestro[bot] and jonpryor authored Jul 23, 2021
1 parent c89b4af commit 96eb449
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="6.0.100-rc.1.21369.3">
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="6.0.100-rc.1.21372.10">
<Uri>https://github.com/dotnet/installer</Uri>
<Sha>9c463710a333a48301a211fbd7b8ca3b15d4f1f7</Sha>
<Sha>19943da31a3470cf59f363f46956edd8a8451af8</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.6.21366.2" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.6.21370.1" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Uri>https://github.com/mono/linker</Uri>
<Sha>460dd6ddb329a5588d9e4399f4257ce28dfadaca</Sha>
<Sha>6eae01980dc694107bdee0bc723d75a0dd601f0e</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.0-rc.1.21368.1" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.0-rc.1.21372.1" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>96ce6b35359b3c159ef3e685dd67cf30bb46769b</Sha>
<Sha>14d6532f388903f425f0a3b9dea697c5a28293d3</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project>
<!--Package versions-->
<PropertyGroup>
<MicrosoftDotnetSdkInternalPackageVersion>6.0.100-rc.1.21369.3</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>6.0.100-preview.6.21366.2</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>6.0.100-rc.1.21372.10</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>6.0.100-preview.6.21370.1</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftDotNetApiCompatPackageVersion>5.0.0-beta.20181.7</MicrosoftDotNetApiCompatPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>6.0.0-beta.21212.6</MicrosoftDotNetBuildTasksFeedPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>6.0.0-rc.1.21368.1</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>6.0.0-rc.1.21372.1</MicrosoftNETCoreAppRefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Trim all characters after first `-` or `+` is encountered. -->
Expand Down

0 comments on commit 96eb449

Please sign in to comment.