Skip to content

Commit 1826cae

Browse files
[profiled-aot] update built-in AOT profile for .NET 9 RC 2 (#9361)
Context: https://www.nuget.org/packages/Mono.AotProfiler.Android/9.0.0-preview1 We also need to update to the `Mono.AotProfiler.Android` `9.0.0-preview1` package.
1 parent 36b04a4 commit 1826cae

File tree

4 files changed

+261
-144
lines changed

4 files changed

+261
-144
lines changed

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.ProjectTools/Android/KnownPackages.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public static class KnownPackages
224224
};
225225
public static Package Mono_AotProfiler_Android = new Package {
226226
Id = "Mono.AotProfiler.Android",
227-
Version = "7.0.0-preview1",
227+
Version = "9.0.0-preview1",
228228
};
229229
public static Package SkiaSharp = new Package () {
230230
Id = "SkiaSharp",

src/profiled-aot/Directory.Build.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<Compile Include="$(MSBuildThisFileDirectory)CommonMethods.cs" />
99
<AndroidAotProfile Include="custom.aprof" />
10-
<PackageReference Include="Mono.AotProfiler.Android" Version="7.0.0-preview1" />
10+
<PackageReference Include="Mono.AotProfiler.Android" Version="9.0.0-preview1" />
1111
</ItemGroup>
1212
<PropertyGroup>
1313
<RecordDependsOn>

src/profiled-aot/dotnet.aotprofile

11.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)