Skip to content

Commit e7db44e

Browse files
Bump to dotnet/installer@632ddca 8.0.100-preview.3.23128.1 (#7836)
Changes: dotnet/installer@e3ab0b5...632ddca Changes: dotnet/runtime@ff7c19f...2bdc3cb Updates: * Microsoft.Dotnet.Sdk.Internal: from 8.0.100-preview.2.23123.10 to 8.0.100-preview.3.23128.1 * Microsoft.NET.ILLink.Tasks: from 8.0.0-preview.2.23123.4 to 8.0.0-preview.2.23127.4 * Microsoft.NETCore.App.Ref: from 8.0.0-preview.2.23123.4 to 8.0.0-preview.2.23127.4 ~~ Other changes ~~ * Keep `$(DotNetMonoManifestVersionBand)` on preview.2 * Keep `$(DotNetEmscriptenManifestVersionBand)` on preview.2 * Changes for the linker's new dependency: `Microsoft.DotNet.Cecil` * Update `BuildReleaseArm64XFormsDotNet.apkdesc` apkdiff: File 'assemblies/System.IO.Compression.dll' has changed by -875 bytes (-5.47 %). This exceeds the threshold of 5.00 %. * Update to MSBuild.StructuredLogger 2.1.787 System.NotSupportedException : Unsupported log file format. Latest supported version is 15, the log file has version 16. Co-authored-by: Jonathan Peppers <[email protected]>
1 parent 2363e5c commit e7db44e

File tree

6 files changed

+59
-54
lines changed

6 files changed

+59
-54
lines changed

NuGet.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" protocolVersion="3" />
88
<add key="dotnet7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json" />
99
<add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
10+
<add key="dotnet8-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json" />
1011
<!-- This is needed (currently) for the Xamarin.Android.Deploy.Installer dependency, getting the installer -->
1112
<!-- Android binary, to support delta APK install -->
1213
<add key="xamarin.android util" value="https://pkgs.dev.azure.com/xamarin/public/_packaging/Xamarin.Android/nuget/v3/index.json" />

eng/Version.Details.xml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.100-preview.2.23123.10">
3+
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="8.0.100-preview.3.23128.1">
44
<Uri>https://github.com/dotnet/installer</Uri>
5-
<Sha>e3ab0b5b8c29d8d882ab1bfe6a5a99a703622c7e</Sha>
5+
<Sha>632ddca23b8ec1393a1ec26607650236290276f1</Sha>
66
</Dependency>
7-
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.0-preview.2.23123.4" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
7+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.0-preview.2.23127.4" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
88
<Uri>https://github.com/dotnet/runtime</Uri>
9-
<Sha>ff7c19f266c835e3694a088c4a9e4e5a1ffb1b74</Sha>
9+
<Sha>2bdc3cb8dd3500aa2b3a51b558782560b26b5973</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="8.0.0-preview.2.23123.4" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
11+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="8.0.0-preview.2.23127.4" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
1212
<Uri>https://github.com/dotnet/runtime</Uri>
13-
<Sha>ff7c19f266c835e3694a088c4a9e4e5a1ffb1b74</Sha>
13+
<Sha>2bdc3cb8dd3500aa2b3a51b558782560b26b5973</Sha>
1414
</Dependency>
1515
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100-preview.2" Version="8.0.0-preview.2.23113.1" CoherentParentDependency="Microsoft.NETCore.App.Ref">
1616
<Uri>https://github.com/dotnet/emsdk</Uri>
1717
<Sha>d7ff0aa47c680be543905cc1410e2f62b54dfefe</Sha>
1818
</Dependency>
19+
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.4-alpha.23113.1" CoherentParentDependency="Microsoft.NET.ILLink.Tasks">
20+
<Uri>https://github.com/dotnet/cecil</Uri>
21+
<Sha>68e0c35d0b4b6651b9a062a52e7dd694d7a43927</Sha>
22+
</Dependency>
1923
<Dependency Name="System.IO.Hashing" Version="8.0.0-alpha.1.23080.2" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
2024
<Uri>https://github.com/dotnet/runtime</Uri>
2125
<Sha>9529803ae29c2804880c6bd8ca710b8c037cb498</Sha>

eng/Versions.props

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<Project>
22
<!--Package versions-->
33
<PropertyGroup>
4-
<MicrosoftDotnetSdkInternalPackageVersion>8.0.100-preview.2.23123.10</MicrosoftDotnetSdkInternalPackageVersion>
5-
<MicrosoftNETILLinkTasksPackageVersion>8.0.0-preview.2.23123.4</MicrosoftNETILLinkTasksPackageVersion>
6-
<MicrosoftNETCoreAppRefPackageVersion>8.0.0-preview.2.23123.4</MicrosoftNETCoreAppRefPackageVersion>
4+
<MicrosoftDotnetSdkInternalPackageVersion>8.0.100-preview.3.23128.1</MicrosoftDotnetSdkInternalPackageVersion>
5+
<MicrosoftNETILLinkTasksPackageVersion>8.0.0-preview.2.23127.4</MicrosoftNETILLinkTasksPackageVersion>
6+
<MicrosoftNETCoreAppRefPackageVersion>8.0.0-preview.2.23127.4</MicrosoftNETCoreAppRefPackageVersion>
77
<MicrosoftDotNetApiCompatPackageVersion>7.0.0-beta.22103.1</MicrosoftDotNetApiCompatPackageVersion>
88
<MicrosoftDotNetBuildTasksFeedPackageVersion>7.0.0-beta.22103.1</MicrosoftDotNetBuildTasksFeedPackageVersion>
99
<MicrosoftNETWorkloadEmscriptenCurrentManifest80100preview2Version>8.0.0-preview.2.23113.1</MicrosoftNETWorkloadEmscriptenCurrentManifest80100preview2Version>
1010
<MicrosoftNETWorkloadEmscriptenPackageVersion>$(MicrosoftNETWorkloadEmscriptenCurrentManifest80100preview2Version)</MicrosoftNETWorkloadEmscriptenPackageVersion>
1111
<MicrosoftTemplateEngineTasksPackageVersion>7.0.100-rc.1.22410.7</MicrosoftTemplateEngineTasksPackageVersion>
12+
<MicrosoftDotNetCecilPackageVersion>0.11.4-alpha.23113.1</MicrosoftDotNetCecilPackageVersion>
1213
<SystemIOHashingPackageVersion>8.0.0-alpha.1.23080.2</SystemIOHashingPackageVersion>
1314
</PropertyGroup>
1415
<PropertyGroup>
@@ -18,7 +19,7 @@
1819
<DotNetSdkManifestsFolder>$(DotNetPreviewVersionBand)</DotNetSdkManifestsFolder>
1920
<!-- NOTE: sometimes we hardcode these when transitioning to new version bands -->
2021
<DotNetAndroidManifestVersionBand>$(DotNetPreviewVersionBand)</DotNetAndroidManifestVersionBand>
21-
<DotNetMonoManifestVersionBand>$(DotNetPreviewVersionBand)</DotNetMonoManifestVersionBand>
22-
<DotNetEmscriptenManifestVersionBand>$(DotNetPreviewVersionBand)</DotNetEmscriptenManifestVersionBand>
22+
<DotNetMonoManifestVersionBand>8.0.100-preview.2</DotNetMonoManifestVersionBand>
23+
<DotNetEmscriptenManifestVersionBand>8.0.100-preview.2</DotNetEmscriptenManifestVersionBand>
2324
</PropertyGroup>
2425
</Project>

src/Microsoft.Android.Sdk.ILLink/Microsoft.Android.Sdk.ILLink.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<OutputPath>$(MicrosoftAndroidSdkOutDir)</OutputPath>
88
</PropertyGroup>
99
<ItemGroup>
10-
<PackageReference Include="Mono.Cecil" Version="$(MonoCecilVersion)" />
1110
<PackageReference Include="Microsoft.NET.ILLink" Version="$(MicrosoftNETILLinkTasksPackageVersion)" />
1211
<ProjectReference Include="..\..\external\Java.Interop\src\Java.Interop.Export\Java.Interop.Export.csproj" />
1312
<ProjectReference Include="..\Xamarin.Android.Build.Tasks\Xamarin.Android.Build.Tasks.csproj" ReferenceOutputAssembly="False" />

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

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
"Size": 7313
1212
},
1313
"assemblies/Java.Interop.dll": {
14-
"Size": 66562
14+
"Size": 66563
1515
},
1616
"assemblies/Mono.Android.dll": {
17-
"Size": 444972
17+
"Size": 445325
1818
},
1919
"assemblies/Mono.Android.Runtime.dll": {
20-
"Size": 5822
20+
"Size": 5895
2121
},
2222
"assemblies/mscorlib.dll": {
23-
"Size": 3866
23+
"Size": 3868
2424
},
2525
"assemblies/netstandard.dll": {
26-
"Size": 5579
26+
"Size": 5580
2727
},
2828
"assemblies/rc.bin": {
2929
"Size": 1182
@@ -32,109 +32,109 @@
3232
"Size": 11561
3333
},
3434
"assemblies/System.Collections.dll": {
35-
"Size": 15271
35+
"Size": 15405
3636
},
3737
"assemblies/System.Collections.NonGeneric.dll": {
38-
"Size": 7499
38+
"Size": 7501
3939
},
4040
"assemblies/System.ComponentModel.dll": {
4141
"Size": 1973
4242
},
4343
"assemblies/System.ComponentModel.Primitives.dll": {
44-
"Size": 2595
44+
"Size": 2596
4545
},
4646
"assemblies/System.ComponentModel.TypeConverter.dll": {
47-
"Size": 6081
47+
"Size": 6083
4848
},
4949
"assemblies/System.Console.dll": {
5050
"Size": 6623
5151
},
5252
"assemblies/System.Core.dll": {
53-
"Size": 1992
53+
"Size": 1994
5454
},
5555
"assemblies/System.Diagnostics.TraceSource.dll": {
56-
"Size": 6591
56+
"Size": 6590
5757
},
5858
"assemblies/System.dll": {
59-
"Size": 2347
59+
"Size": 2349
6060
},
6161
"assemblies/System.Drawing.dll": {
62-
"Size": 2032
62+
"Size": 2034
6363
},
6464
"assemblies/System.Drawing.Primitives.dll": {
65-
"Size": 12010
65+
"Size": 12011
6666
},
6767
"assemblies/System.IO.Compression.Brotli.dll": {
68-
"Size": 11871
68+
"Size": 11031
6969
},
7070
"assemblies/System.IO.Compression.dll": {
71-
"Size": 16858
71+
"Size": 15983
7272
},
7373
"assemblies/System.IO.IsolatedStorage.dll": {
74-
"Size": 10011
74+
"Size": 10013
7575
},
7676
"assemblies/System.Linq.dll": {
77-
"Size": 19453
77+
"Size": 19455
7878
},
7979
"assemblies/System.Linq.Expressions.dll": {
80-
"Size": 164141
80+
"Size": 164140
8181
},
8282
"assemblies/System.Net.Http.dll": {
83-
"Size": 66153
83+
"Size": 65497
8484
},
8585
"assemblies/System.Net.Primitives.dll": {
86-
"Size": 22487
86+
"Size": 22480
8787
},
8888
"assemblies/System.Net.Requests.dll": {
89-
"Size": 3630
89+
"Size": 3632
9090
},
9191
"assemblies/System.ObjectModel.dll": {
92-
"Size": 8154
92+
"Size": 8155
9393
},
9494
"assemblies/System.Private.CoreLib.dll": {
95-
"Size": 814322
95+
"Size": 814504
9696
},
9797
"assemblies/System.Private.DataContractSerialization.dll": {
98-
"Size": 192370
98+
"Size": 192382
9999
},
100100
"assemblies/System.Private.Uri.dll": {
101-
"Size": 42897
101+
"Size": 42896
102102
},
103103
"assemblies/System.Private.Xml.dll": {
104-
"Size": 216180
104+
"Size": 216178
105105
},
106106
"assemblies/System.Private.Xml.Linq.dll": {
107-
"Size": 16673
107+
"Size": 16674
108108
},
109109
"assemblies/System.Runtime.dll": {
110-
"Size": 2774
110+
"Size": 2776
111111
},
112112
"assemblies/System.Runtime.InteropServices.dll": {
113-
"Size": 3760
113+
"Size": 3762
114114
},
115115
"assemblies/System.Runtime.Serialization.dll": {
116-
"Size": 1950
116+
"Size": 1952
117117
},
118118
"assemblies/System.Runtime.Serialization.Formatters.dll": {
119-
"Size": 2517
119+
"Size": 2518
120120
},
121121
"assemblies/System.Runtime.Serialization.Primitives.dll": {
122-
"Size": 3802
122+
"Size": 3804
123123
},
124124
"assemblies/System.Security.Cryptography.dll": {
125-
"Size": 7781
125+
"Size": 7776
126126
},
127127
"assemblies/System.Text.RegularExpressions.dll": {
128-
"Size": 157123
128+
"Size": 157124
129129
},
130130
"assemblies/System.Xml.dll": {
131-
"Size": 1839
131+
"Size": 1841
132132
},
133133
"assemblies/System.Xml.Linq.dll": {
134-
"Size": 1864
134+
"Size": 1866
135135
},
136136
"assemblies/UnnamedProject.dll": {
137-
"Size": 5286
137+
"Size": 5294
138138
},
139139
"assemblies/Xamarin.AndroidX.Activity.dll": {
140140
"Size": 5867
@@ -209,10 +209,10 @@
209209
"Size": 93552
210210
},
211211
"lib/arm64-v8a/libmonodroid.so": {
212-
"Size": 380656
212+
"Size": 380736
213213
},
214214
"lib/arm64-v8a/libmonosgen-2.0.so": {
215-
"Size": 3106808
215+
"Size": 3107296
216216
},
217217
"lib/arm64-v8a/libSystem.IO.Compression.Native.so": {
218218
"Size": 723840
@@ -224,7 +224,7 @@
224224
"Size": 154904
225225
},
226226
"lib/arm64-v8a/libxamarin-app.so": {
227-
"Size": 333840
227+
"Size": 333880
228228
},
229229
"META-INF/android.support.design_material.version": {
230230
"Size": 12

tests/MSBuildDeviceIntegration/MSBuildDeviceIntegration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<ItemGroup>
4040
<PackageReference Include="NodaTime" Version="2.4.5" />
41-
<PackageReference Include="MSBuild.StructuredLogger" Version="2.1.758" />
41+
<PackageReference Include="MSBuild.StructuredLogger" Version="2.1.787" />
4242
<PackageReference Include="ICSharpCode.Decompiler" Version="7.2.1.6856" />
4343
</ItemGroup>
4444

0 commit comments

Comments
 (0)