Skip to content

Commit

Permalink
Bump to dotnet/installer@eca586b 6.0.100-rc.2.21423.2 (dotnet#6222)
Browse files Browse the repository at this point in the history
Changes: dotnet/installer@5c2d8ef...eca586b
Changes: dotnet/linker@5b2391c...5851f6d
Changes: dotnet/runtime@5a5d7f0...91406a1

Updates:

* Microsoft.Dotnet.Sdk.Internal: from 6.0.100-rc.2.21418.44 to 6.0.100-rc.2.21423.2
* Microsoft.NET.ILLink.Tasks: from 6.0.100-preview.6.21418.3 to 6.0.100-preview.6.21419.1
* Microsoft.NETCore.App.Ref: from 6.0.0-rc.2.21417.16 to 6.0.0-rc.2.21420.29
  • Loading branch information
dotnet-maestro[bot] authored Aug 23, 2021
1 parent 10335e6 commit 7a65959
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.2.21418.44">
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="6.0.100-rc.2.21423.2">
<Uri>https://github.com/dotnet/installer</Uri>
<Sha>5c2d8ef2b3e254260f7c703d8d35d2f2c5b43d97</Sha>
<Sha>eca586b5e70ee7f55557daed7fa00be974639bf5</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.6.21418.3" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.6.21419.1" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Uri>https://github.com/mono/linker</Uri>
<Sha>5b2391c2c56af47350a5789375e8dbddc692e67f</Sha>
<Sha>5851f6d62fedd9eb2edea9712c9764ca2ad6ab60</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.0-rc.2.21417.16" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.0-rc.2.21420.29" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>5a5d7f0518b564e7f840c6c939bb6618c778b21b</Sha>
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</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.2.21418.44</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>6.0.100-preview.6.21418.3</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>6.0.100-rc.2.21423.2</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>6.0.100-preview.6.21419.1</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftDotNetApiCompatPackageVersion>5.0.0-beta.20181.7</MicrosoftDotNetApiCompatPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>6.0.0-beta.21212.6</MicrosoftDotNetBuildTasksFeedPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>6.0.0-rc.2.21417.16</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>6.0.0-rc.2.21420.29</MicrosoftNETCoreAppRefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Trim all characters after first `-` or `+` is encountered. -->
Expand Down

0 comments on commit 7a65959

Please sign in to comment.