Skip to content

Commit

Permalink
Bump to dotnet/installer@ccbeb64 6.0.100-rc.1.21401.2 (#6160)
Browse files Browse the repository at this point in the history
Changes: dotnet/installer@9807ef1...ccbeb64
Changes: dotnet/runtime@6d35185...26ddd7a

Updates:

* Microsoft.Dotnet.Sdk.Internal: from 6.0.100-rc.1.21380.3 to 6.0.100-rc.1.21401.2
* Microsoft.NETCore.App.Ref: from 6.0.0-rc.1.21378.9 to 6.0.0-rc.1.21401.1

There are some minor file size increases here:

* ~3k on "Hello Android"
* ~15k on Xamarin.Forms

Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
  • Loading branch information
dotnet-maestro[bot] and jonathanpeppers committed Aug 4, 2021
1 parent 550325a commit babd603
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 93 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.1.21380.3">
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="6.0.100-rc.1.21401.2">
<Uri>https://github.com/dotnet/installer</Uri>
<Sha>9807ef14f1cf6565efabd11aad7980e80d4ee1a0</Sha>
<Sha>ccbeb64f72fcb5818a5ef46dae711e86450d6a39</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.6.21378.1" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Uri>https://github.com/mono/linker</Uri>
<Sha>0cb9250a903cfc90cbac602ed79c0cbc588d8d3f</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.0-rc.1.21378.9" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.0-rc.1.21401.1" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>6d3518520ae041fb4c6c1c54d5abf0975a38a450</Sha>
<Sha>26ddd7a44eef96509596fd60b908f0948732cd79</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.1.21380.3</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>6.0.100-rc.1.21401.2</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>6.0.100-preview.6.21378.1</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftDotNetApiCompatPackageVersion>5.0.0-beta.20181.7</MicrosoftDotNetApiCompatPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>6.0.0-beta.21212.6</MicrosoftDotNetBuildTasksFeedPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>6.0.0-rc.1.21378.9</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>6.0.0-rc.1.21401.1</MicrosoftNETCoreAppRefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Trim all characters after first `-` or `+` is encountered. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,40 @@
"Size": 2584
},
"assemblies/Java.Interop.dll": {
"Size": 54406
"Size": 57802
},
"assemblies/Mono.Android.dll": {
"Size": 78850
"Size": 82977
},
"assemblies/rc.bin": {
"Size": 863
"Size": 946
},
"assemblies/System.Linq.dll": {
"Size": 10132
"Size": 11292
},
"assemblies/System.Private.CoreLib.dll": {
"Size": 507773
"Size": 532778
},
"assemblies/System.Runtime.dll": {
"Size": 2246
"Size": 2676
},
"assemblies/UnnamedProject.dll": {
"Size": 3175
"Size": 3171
},
"classes.dex": {
"Size": 316792
},
"lib/arm64-v8a/libmonodroid.so": {
"Size": 337896
"Size": 338784
},
"lib/arm64-v8a/libmonosgen-2.0.so": {
"Size": 3167776
"Size": 3155488
},
"lib/arm64-v8a/libSystem.IO.Compression.Native.so": {
"Size": 776216
},
"lib/arm64-v8a/libSystem.Native.so": {
"Size": 88160
"Size": 84064
},
"lib/arm64-v8a/libSystem.Security.Cryptography.Native.Android.so": {
"Size": 150024
Expand Down Expand Up @@ -77,5 +77,5 @@
"Size": 1724
}
},
"PackageSize": 2656083
"PackageSize": 2688851
}
Loading

0 comments on commit babd603

Please sign in to comment.