Skip to content

Commit 002b5f9

Browse files
dotnet-maestro[bot]jonpryorjonathanpeppers
authored
Bump to dotnet/installer@c83bef2f 6.0.100-preview.6.21306.2 (#6007)
Fixes: #5997 Context: dotnet/linker#2082 Changes: dotnet/installer@46b17bd...c83bef2 Changes: dotnet/linker@50901f9...21df7db Changes: dotnet/runtime@6e5f722...5b8e178 Update the `*.apkdesc` files; looks like `libmonosgen-2.0.so` increased in size by ~20KB. Update the `@(_TrimmerCustomSteps)` ordering so that we use { RemoveResourceDesignerStep, GetAssembliesStep } instead of { GetAssembliesStep, RemoveResourceDesignerStep }. This change is needed because of dotnet/linker#2082. Otherwise we get a `RemoveDesigner` test failure that looks like it is related: RemoveDesigner All Nested Resource Types should be removed. Expected: 0 But was: 5 Co-authored-by: Jonathan Pryor <[email protected]> Co-authored-by: Jonathan Peppers <[email protected]>
1 parent bf63c3d commit 002b5f9

File tree

5 files changed

+521
-521
lines changed

5 files changed

+521
-521
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="6.0.100-preview.6.21280.2">
3+
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="6.0.100-preview.6.21306.2">
44
<Uri>https://github.com/dotnet/installer</Uri>
5-
<Sha>46b17bd1587380d190dcdfd45a61a5b5c1eb6c93</Sha>
5+
<Sha>c83bef2f34e5302bfc651d12df2f8bbcd2a981dc</Sha>
66
</Dependency>
7-
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.6.21277.2" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
7+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.6.21304.2" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
88
<Uri>https://github.com/mono/linker</Uri>
9-
<Sha>50901f9ba5c8672c2758577a61f45fea3cc6cd76</Sha>
9+
<Sha>21df7dbbf881507c98026c1b9e7532303b3c0a06</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.0-preview.6.21276.13" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
11+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.0-preview.6.21306.1" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
1212
<Uri>https://github.com/dotnet/runtime</Uri>
13-
<Sha>6e5f722a9dab49f9626ea95326ef6e74129621ca</Sha>
13+
<Sha>5b8e1780ad7740e632c285bc2af13a8d0b20c5a9</Sha>
1414
</Dependency>
1515
</ProductDependencies>
1616
<ToolsetDependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project>
22
<!--Package versions-->
33
<PropertyGroup>
4-
<MicrosoftDotnetSdkInternalPackageVersion>6.0.100-preview.6.21280.2</MicrosoftDotnetSdkInternalPackageVersion>
5-
<MicrosoftNETILLinkTasksPackageVersion>6.0.100-preview.6.21277.2</MicrosoftNETILLinkTasksPackageVersion>
4+
<MicrosoftDotnetSdkInternalPackageVersion>6.0.100-preview.6.21306.2</MicrosoftDotnetSdkInternalPackageVersion>
5+
<MicrosoftNETILLinkTasksPackageVersion>6.0.100-preview.6.21304.2</MicrosoftNETILLinkTasksPackageVersion>
66
<MicrosoftDotNetApiCompatPackageVersion>5.0.0-beta.20181.7</MicrosoftDotNetApiCompatPackageVersion>
77
<MicrosoftDotNetBuildTasksFeedPackageVersion>6.0.0-beta.21212.6</MicrosoftDotNetBuildTasksFeedPackageVersion>
8-
<MicrosoftNETCoreAppRefPackageVersion>6.0.0-preview.6.21276.13</MicrosoftNETCoreAppRefPackageVersion>
8+
<MicrosoftNETCoreAppRefPackageVersion>6.0.0-preview.6.21306.1</MicrosoftNETCoreAppRefPackageVersion>
99
</PropertyGroup>
1010
<PropertyGroup>
1111
<!-- Trim all characters after first `-` or `+` is encountered. -->

src/Xamarin.Android.Build.Tasks/Microsoft.Android.Sdk/targets/Microsoft.Android.Sdk.ILLink.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ This file contains the .NET 5-specific targets to customize ILLink
8383
Condition=" '$(AndroidLinkResources)' == 'true' "
8484
Include="$(_AndroidLinkerCustomStepAssembly)"
8585
AfterStep="CleanStep"
86-
Type="MonoDroid.Tuner.GetAssembliesStep"
86+
Type="MonoDroid.Tuner.RemoveResourceDesignerStep"
8787
/>
8888
<_TrimmerCustomSteps
8989
Condition=" '$(AndroidLinkResources)' == 'true' "
9090
Include="$(_AndroidLinkerCustomStepAssembly)"
9191
AfterStep="CleanStep"
92-
Type="MonoDroid.Tuner.RemoveResourceDesignerStep"
92+
Type="MonoDroid.Tuner.GetAssembliesStep"
9393
/>
9494

9595
<_PreserveLists Include="$(MSBuildThisFileDirectory)..\PreserveLists\*.xml" />

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.ProjectTools/Resources/Base/BuildReleaseArm64SimpleDotNet.apkdesc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
"Size": 54406
99
},
1010
"assemblies/Mono.Android.dll": {
11-
"Size": 78828
11+
"Size": 78827
1212
},
1313
"assemblies/System.Linq.dll": {
14-
"Size": 10155
14+
"Size": 10163
1515
},
1616
"assemblies/System.Private.CoreLib.dll": {
17-
"Size": 488969
17+
"Size": 492821
1818
},
1919
"assemblies/System.Runtime.dll": {
20-
"Size": 2263
20+
"Size": 2269
2121
},
2222
"assemblies/UnnamedProject.dll": {
23-
"Size": 3160
23+
"Size": 3176
2424
},
2525
"classes.dex": {
2626
"Size": 316792
@@ -29,7 +29,7 @@
2929
"Size": 336656
3030
},
3131
"lib/arm64-v8a/libmonosgen-2.0.so": {
32-
"Size": 3939352
32+
"Size": 3959384
3333
},
3434
"lib/arm64-v8a/libSystem.IO.Compression.Native.so": {
3535
"Size": 776216
@@ -38,7 +38,7 @@
3838
"Size": 75872
3939
},
4040
"lib/arm64-v8a/libSystem.Security.Cryptography.Native.Android.so": {
41-
"Size": 166408
41+
"Size": 162312
4242
},
4343
"lib/arm64-v8a/libxamarin-app.so": {
4444
"Size": 11504
@@ -53,7 +53,7 @@
5353
"Size": 2162
5454
},
5555
"res/drawable-hdpi-v4/icon.png": {
56-
"Size": 4791
56+
"Size": 4762
5757
},
5858
"res/drawable-mdpi-v4/icon.png": {
5959
"Size": 2200
@@ -74,5 +74,5 @@
7474
"Size": 1724
7575
}
7676
},
77-
"PackageSize": 2864916
77+
"PackageSize": 2873108
7878
}

0 commit comments

Comments
 (0)