Skip to content

Commit

Permalink
Bump to dotnet/installer@05dfb4b 6.0.100-rc.1.21406.3 (#6170)
Browse files Browse the repository at this point in the history
Changes: dotnet/installer@0b62347...05dfb4b
Changes: dotnet/linker@0cb9250...ffe7153
Changes: dotnet/runtime@d90f6b6...fda46d3

Updates:

* Microsoft.Dotnet.Sdk.Internal: from 6.0.100-rc.1.21403.66 to 6.0.100-rc.1.21406.3
* Microsoft.NET.ILLink.Tasks: from 6.0.100-preview.6.21378.1 to 6.0.100-preview.6.21405.1
* Microsoft.NETCore.App.Ref: from 6.0.0-rc.1.21401.3 to 6.0.0-rc.1.21405.1
  • Loading branch information
dotnet-maestro[bot] authored Aug 6, 2021
1 parent 9af3732 commit 1f45773
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.21403.66">
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="6.0.100-rc.1.21406.3">
<Uri>https://github.com/dotnet/installer</Uri>
<Sha>0b62347ded7f73c64f7cc19864b465d19204e25a</Sha>
<Sha>05dfb4b09d71a5a73f3c196c2ae07f4562d030c7</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.6.21378.1" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.6.21405.1" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Uri>https://github.com/mono/linker</Uri>
<Sha>0cb9250a903cfc90cbac602ed79c0cbc588d8d3f</Sha>
<Sha>ffe71535ba927280e6e93db0ca04dd99bde07637</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.0-rc.1.21401.3" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.0-rc.1.21405.1" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>d90f6b6c86be7001dc839e147ab229dfd1c7d20d</Sha>
<Sha>fda46d3dd63604fa909d687993306f6c4869de3c</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.21403.66</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>6.0.100-preview.6.21378.1</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>6.0.100-rc.1.21406.3</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>6.0.100-preview.6.21405.1</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftDotNetApiCompatPackageVersion>5.0.0-beta.20181.7</MicrosoftDotNetApiCompatPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>6.0.0-beta.21212.6</MicrosoftDotNetBuildTasksFeedPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>6.0.0-rc.1.21401.3</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>6.0.0-rc.1.21405.1</MicrosoftNETCoreAppRefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Trim all characters after first `-` or `+` is encountered. -->
Expand Down

0 comments on commit 1f45773

Please sign in to comment.