Skip to content

Commit

Permalink
Bump to dotnet/installer@89ed9107 6.0.100-rc.2.21430.3 (#6246)
Browse files Browse the repository at this point in the history
Changes: dotnet/installer@eca586b...89ed910
Changes: dotnet/runtime@91406a1...f4e10ed

Updates:

  * Microsoft.Dotnet.Sdk.Internal: from 6.0.100-rc.2.21423.2 to 6.0.100-rc.2.21430.3
  * Microsoft.NETCore.App.Ref: from 6.0.0-rc.2.21420.29 to 6.0.0-rc.2.21429.8
  • Loading branch information
dotnet-maestro[bot] authored Aug 30, 2021
1 parent 3503fee commit a5d2eed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.21423.2">
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="6.0.100-rc.2.21430.3">
<Uri>https://github.com/dotnet/installer</Uri>
<Sha>eca586b5e70ee7f55557daed7fa00be974639bf5</Sha>
<Sha>89ed91071fd9aa054eebf0f789752ee3df0dcdec</Sha>
</Dependency>
<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>5851f6d62fedd9eb2edea9712c9764ca2ad6ab60</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.0-rc.2.21420.29" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.0-rc.2.21429.8" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>91406a13fb953d6ba8a6e274e8a6f6d240ac9436</Sha>
<Sha>f4e10ed452a25b0e31eaa7b3235d797d80953870</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
4 changes: 2 additions & 2 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.21423.2</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>6.0.100-rc.2.21430.3</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.21420.29</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>6.0.0-rc.2.21429.8</MicrosoftNETCoreAppRefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Trim all characters after first `-` or `+` is encountered. -->
Expand Down

0 comments on commit a5d2eed

Please sign in to comment.