Skip to content

Commit ed5951a

Browse files
dotnet-maestro[bot]jonathanpeppersdellis1972
authored
Bump to dotnet/sdk@ea9243f9cb 9.0.100-preview.7.24323.5 (#9031)
Changes: dotnet/sdk@1741345...ea9243f Changes: dotnet/runtime@84b3339...117cfcc Changes: dotnet/emsdk@53288f8...9880d89 Changes: dotnet/cecil@7a4a59f...d145726 Updates: * VS.Tools.Net.Core.SDK.Resolver: from 9.0.100-preview.5.24262.2 to 9.0.100-preview.7.24323.5 * Microsoft.NETCore.App.Ref: from 9.0.0-preview.5.24256.1 to 9.0.0-preview.6.24319.11 * Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport: from 9.0.0-preview.5.24223.2 to 9.0.0-preview.6.24317.2 * Microsoft.NET.ILLink.Tasks: from 9.0.0-preview.5.24256.1 to 9.0.0-preview.6.24319.11 * Microsoft.DotNet.Cecil: from 0.11.4-alpha.24230.1 to 0.11.4-alpha.24313.1 ~~ Other changes ~~ * `$(NuGetAudit)` triggers warnings in some tests: Context: https://github.com/NuGet/docs.microsoft.com-nuget/blob/eed234f4b3edb7358e06cd2370828412a7dbd3f6/docs/concepts/Auditing-Packages.md#configuring-nuget-audit warning NU1902: Package 'Microsoft.AspNetCore.Components' 6.0.0 has a known moderate severity vulnerability, GHSA-3fx3-85r4-8j3w Bump NuGet Packages Microsoft.AspNetCore.Components.WebView to 8.0.* to fix this. * Update `*.apkdesc` files, as app size has changed slightly * `Xamarin.Android.JcwGen_Tests` fails with: Xamarin.Android.JcwGen_Tests, Xamarin.Android.JcwGenTests.BindingTests.JavaAbstractMethodTest / Release Error message System.TypeLoadException : VTable setup of type Library.MyClrCursor failed Stack trace at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object , BindingFlags ) Temporarily, ignored the test and filed: * dotnet/runtime#103987 Co-authored-by: Jonathan Peppers <[email protected]> Co-authored-by: Dean Ellis <[email protected]>
1 parent e9ee3d4 commit ed5951a

File tree

6 files changed

+92
-88
lines changed

6 files changed

+92
-88
lines changed

eng/Version.Details.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="VS.Tools.Net.Core.SDK.Resolver" Version="9.0.100-preview.5.24262.2">
4-
<Uri>https://github.com/dotnet/installer</Uri>
5-
<Sha>1741345c6399ae203d8f259fb12fb873dac5129d</Sha>
3+
<Dependency Name="VS.Tools.Net.Core.SDK.Resolver" Version="9.0.100-preview.7.24323.5">
4+
<Uri>https://github.com/dotnet/sdk</Uri>
5+
<Sha>ea9243f9cb36e56aba4cf6364a4d53a5c2d458fb</Sha>
66
</Dependency>
7-
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-preview.5.24256.1" CoherentParentDependency="VS.Tools.Net.Core.SDK.Resolver">
7+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-preview.6.24319.11" CoherentParentDependency="VS.Tools.Net.Core.SDK.Resolver">
88
<Uri>https://github.com/dotnet/runtime</Uri>
9-
<Sha>84b33395057737db3ea342a5151feb6b90c1b6f6</Sha>
9+
<Sha>117cfccdd71abc164e6b933ca7602b509a1365dd</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.0-preview.5.24256.1" CoherentParentDependency="VS.Tools.Net.Core.SDK.Resolver">
11+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.0-preview.6.24319.11" CoherentParentDependency="VS.Tools.Net.Core.SDK.Resolver">
1212
<Uri>https://github.com/dotnet/runtime</Uri>
13-
<Sha>84b33395057737db3ea342a5151feb6b90c1b6f6</Sha>
13+
<Sha>117cfccdd71abc164e6b933ca7602b509a1365dd</Sha>
1414
</Dependency>
15-
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport" Version="9.0.0-preview.5.24223.2" CoherentParentDependency="Microsoft.NETCore.App.Ref">
15+
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport" Version="9.0.0-preview.6.24317.2" CoherentParentDependency="Microsoft.NETCore.App.Ref">
1616
<Uri>https://github.com/dotnet/emsdk</Uri>
17-
<Sha>53288f87c588907e8ff01f129786820fe998573c</Sha>
17+
<Sha>9880d891ddfddee1b1182c149468a43b89c090a0</Sha>
1818
</Dependency>
19-
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.4-alpha.24230.1" CoherentParentDependency="Microsoft.NET.ILLink.Tasks">
19+
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.4-alpha.24313.1" CoherentParentDependency="Microsoft.NET.ILLink.Tasks">
2020
<Uri>https://github.com/dotnet/cecil</Uri>
21-
<Sha>7a4a59f9f66baf6711a6ce2de01d3b2c62ed72d8</Sha>
21+
<Sha>d145726036eb9c09a0e3cf03c4f70effd3b31cd7</Sha>
2222
</Dependency>
2323
</ProductDependencies>
2424
<ToolsetDependencies>

eng/Versions.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<!--Package versions-->
33
<PropertyGroup>
44
<!-- NOTE: $(VSToolsNetCoreSDKResolverPackageVersion) may be temporary -->
5-
<VSToolsNetCoreSDKResolverPackageVersion>9.0.100-preview.5.24262.2</VSToolsNetCoreSDKResolverPackageVersion>
5+
<VSToolsNetCoreSDKResolverPackageVersion>9.0.100-preview.7.24323.5</VSToolsNetCoreSDKResolverPackageVersion>
66
<MicrosoftDotnetSdkInternalPackageVersion>$(VSToolsNetCoreSDKResolverPackageVersion)</MicrosoftDotnetSdkInternalPackageVersion>
7-
<MicrosoftNETILLinkTasksPackageVersion>9.0.0-preview.5.24256.1</MicrosoftNETILLinkTasksPackageVersion>
8-
<MicrosoftNETCoreAppRefPackageVersion>9.0.0-preview.5.24256.1</MicrosoftNETCoreAppRefPackageVersion>
7+
<MicrosoftNETILLinkTasksPackageVersion>9.0.0-preview.6.24319.11</MicrosoftNETILLinkTasksPackageVersion>
8+
<MicrosoftNETCoreAppRefPackageVersion>9.0.0-preview.6.24319.11</MicrosoftNETCoreAppRefPackageVersion>
99
<MicrosoftDotNetApiCompatPackageVersion>7.0.0-beta.22103.1</MicrosoftDotNetApiCompatPackageVersion>
1010
<MicrosoftDotNetBuildTasksFeedPackageVersion>8.0.0-beta.24225.1</MicrosoftDotNetBuildTasksFeedPackageVersion>
11-
<MicrosoftNETWorkloadEmscriptenCurrentManifest90100TransportVersion>9.0.0-preview.5.24223.2</MicrosoftNETWorkloadEmscriptenCurrentManifest90100TransportVersion>
11+
<MicrosoftNETWorkloadEmscriptenCurrentManifest90100TransportVersion>9.0.0-preview.6.24317.2</MicrosoftNETWorkloadEmscriptenCurrentManifest90100TransportVersion>
1212
<MicrosoftNETWorkloadEmscriptenPackageVersion>$(MicrosoftNETWorkloadEmscriptenCurrentManifest90100TransportVersion)</MicrosoftNETWorkloadEmscriptenPackageVersion>
1313
<MicrosoftTemplateEngineTasksPackageVersion>7.0.100-rc.1.22410.7</MicrosoftTemplateEngineTasksPackageVersion>
14-
<MicrosoftDotNetCecilPackageVersion>0.11.4-alpha.24230.1</MicrosoftDotNetCecilPackageVersion>
14+
<MicrosoftDotNetCecilPackageVersion>0.11.4-alpha.24313.1</MicrosoftDotNetCecilPackageVersion>
1515
<SystemIOHashingPackageVersion>$(MicrosoftNETCoreAppRefPackageVersion)</SystemIOHashingPackageVersion>
1616
</PropertyGroup>
1717
<PropertyGroup>

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/BuildTest.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ public void DotNetBuild (string runtimeIdentifiers, bool isRelease, bool aot, bo
3838
PackageReferences = {
3939
new Package { Id = "Xamarin.AndroidX.AppCompat", Version = "1.3.1.1" },
4040
// Using * here, so we explicitly get newer packages
41-
new Package { Id = "Microsoft.AspNetCore.Components.WebView", Version = "6.0.0-*" },
42-
new Package { Id = "Microsoft.Extensions.FileProviders.Embedded", Version = "6.0.0-*" },
43-
new Package { Id = "Microsoft.JSInterop", Version = "6.0.0-*" },
44-
new Package { Id = "System.Text.Json", Version = "6.0.0-*" },
41+
new Package { Id = "Microsoft.AspNetCore.Components.WebView", Version = "8.0.*" },
42+
new Package { Id = "Microsoft.Extensions.FileProviders.Embedded", Version = "8.0.*" },
43+
new Package { Id = "Microsoft.JSInterop", Version = "8.0.*" },
44+
new Package { Id = "System.Text.Json", Version = "8.0.*" },
4545
},
4646
Sources = {
4747
new BuildItem ("EmbeddedResource", "Foo.resx") {

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,49 +5,49 @@
55
"Size": 3036
66
},
77
"classes.dex": {
8-
"Size": 19476
8+
"Size": 22488
99
},
1010
"lib/arm64-v8a/lib__Microsoft.Android.Resource.Designer.dll.so": {
1111
"Size": 1027
1212
},
1313
"lib/arm64-v8a/lib_Java.Interop.dll.so": {
14-
"Size": 64655
14+
"Size": 64653
1515
},
1616
"lib/arm64-v8a/lib_Mono.Android.dll.so": {
17-
"Size": 92217
17+
"Size": 92659
1818
},
1919
"lib/arm64-v8a/lib_Mono.Android.Runtime.dll.so": {
20-
"Size": 5320
20+
"Size": 5394
2121
},
2222
"lib/arm64-v8a/lib_System.Console.dll.so": {
23-
"Size": 6541
23+
"Size": 6512
2424
},
2525
"lib/arm64-v8a/lib_System.Linq.dll.so": {
26-
"Size": 8524
26+
"Size": 8489
2727
},
2828
"lib/arm64-v8a/lib_System.Private.CoreLib.dll.so": {
29-
"Size": 571267
29+
"Size": 575506
3030
},
3131
"lib/arm64-v8a/lib_System.Runtime.dll.so": {
32-
"Size": 2544
32+
"Size": 2554
3333
},
3434
"lib/arm64-v8a/lib_System.Runtime.InteropServices.dll.so": {
35-
"Size": 4020
35+
"Size": 3999
3636
},
3737
"lib/arm64-v8a/lib_UnnamedProject.dll.so": {
38-
"Size": 2931
38+
"Size": 2934
3939
},
4040
"lib/arm64-v8a/libarc.bin.so": {
4141
"Size": 1586
4242
},
4343
"lib/arm64-v8a/libmono-component-marshal-ilgen.so": {
44-
"Size": 87352
44+
"Size": 87432
4545
},
4646
"lib/arm64-v8a/libmonodroid.so": {
4747
"Size": 492104
4848
},
4949
"lib/arm64-v8a/libmonosgen-2.0.so": {
50-
"Size": 3154304
50+
"Size": 3163208
5151
},
5252
"lib/arm64-v8a/libSystem.Globalization.Native.so": {
5353
"Size": 67248
@@ -56,13 +56,13 @@
5656
"Size": 723560
5757
},
5858
"lib/arm64-v8a/libSystem.Native.so": {
59-
"Size": 95296
59+
"Size": 95680
6060
},
6161
"lib/arm64-v8a/libSystem.Security.Cryptography.Native.Android.so": {
62-
"Size": 155568
62+
"Size": 159544
6363
},
6464
"lib/arm64-v8a/libxamarin-app.so": {
65-
"Size": 17952
65+
"Size": 17984
6666
},
6767
"META-INF/BNDLTOOL.RSA": {
6868
"Size": 1223
@@ -98,5 +98,5 @@
9898
"Size": 1904
9999
}
100100
},
101-
"PackageSize": 2681365
101+
"PackageSize": 2693653
102102
}

0 commit comments

Comments
 (0)