Skip to content

Commit 07cb311

Browse files
Bump to dotnet/sdk@3586c8047b 9.0.100-rc.1.24415.1 (#9204)
Changes: dotnet/sdk@4336029...3586c80 Changes: dotnet/runtime@68511fd...605ff6f Updates: * Microsoft.NET.Sdk: from 9.0.100-rc.1.24409.1 to 9.0.100-rc.1.24415.1 * Microsoft.NETCore.App.Ref: from 9.0.0-rc.1.24408.12 to 9.0.0-rc.1.24413.14 * Microsoft.NET.ILLink.Tasks: from 9.0.0-rc.1.24408.12 to 9.0.0-rc.1.24413.14 ~~ Other changes ~~ * Revert "Workaround: dotnet/runtime#105516" This reverts commit 18193b7. Co-authored-by: Jonathan Peppers <[email protected]>
1 parent 48239a5 commit 07cb311

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,6 @@ extends:
205205

206206
- template: /build-tools/automation/yaml-templates/apk-instrumentation.yaml@self
207207
parameters:
208-
# FIXME: https://github.com/dotnet/runtime/issues/105516
209-
condition: false
210208
configuration: $(XA.Build.Configuration)
211209
testName: Mono.Android.NET_Tests-AotLlvm
212210
project: tests/Mono.Android-Tests/Runtime-Microsoft.Android.Sdk/Mono.Android.NET-Tests.csproj

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.NET.Sdk" Version="9.0.100-rc.1.24409.1">
3+
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-rc.1.24415.1">
44
<Uri>https://github.com/dotnet/sdk</Uri>
5-
<Sha>43360291a50c9c7c471551f8f8363919d38014ea</Sha>
5+
<Sha>3586c8047b796e0d30fdb2d95ff8431167d86b9a</Sha>
66
</Dependency>
7-
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-rc.1.24408.12" CoherentParentDependency="Microsoft.NET.Sdk">
7+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-rc.1.24413.14" CoherentParentDependency="Microsoft.NET.Sdk">
88
<Uri>https://github.com/dotnet/runtime</Uri>
9-
<Sha>68511fd27fe4055ce5203742998ba12019dfcbd4</Sha>
9+
<Sha>605ff6f6485101d4bd1eabb9ab97af345eee67a1</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.0-rc.1.24408.12" CoherentParentDependency="Microsoft.NET.Sdk">
11+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.0-rc.1.24413.14" CoherentParentDependency="Microsoft.NET.Sdk">
1212
<Uri>https://github.com/dotnet/runtime</Uri>
13-
<Sha>68511fd27fe4055ce5203742998ba12019dfcbd4</Sha>
13+
<Sha>605ff6f6485101d4bd1eabb9ab97af345eee67a1</Sha>
1414
</Dependency>
1515
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport" Version="9.0.0-rc.1.24402.2" CoherentParentDependency="Microsoft.NETCore.App.Ref">
1616
<Uri>https://github.com/dotnet/emsdk</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Project>
22
<!--Package versions-->
33
<PropertyGroup>
4-
<MicrosoftNETSdkPackageVersion>9.0.100-rc.1.24409.1</MicrosoftNETSdkPackageVersion>
4+
<MicrosoftNETSdkPackageVersion>9.0.100-rc.1.24415.1</MicrosoftNETSdkPackageVersion>
55
<MicrosoftDotnetSdkInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetSdkInternalPackageVersion>
6-
<MicrosoftNETILLinkTasksPackageVersion>9.0.0-rc.1.24408.12</MicrosoftNETILLinkTasksPackageVersion>
7-
<MicrosoftNETCoreAppRefPackageVersion>9.0.0-rc.1.24408.12</MicrosoftNETCoreAppRefPackageVersion>
6+
<MicrosoftNETILLinkTasksPackageVersion>9.0.0-rc.1.24413.14</MicrosoftNETILLinkTasksPackageVersion>
7+
<MicrosoftNETCoreAppRefPackageVersion>9.0.0-rc.1.24413.14</MicrosoftNETCoreAppRefPackageVersion>
88
<MicrosoftDotNetApiCompatPackageVersion>7.0.0-beta.22103.1</MicrosoftDotNetApiCompatPackageVersion>
99
<MicrosoftDotNetBuildTasksFeedPackageVersion>9.0.0-beta.24408.2</MicrosoftDotNetBuildTasksFeedPackageVersion>
1010
<MicrosoftNETWorkloadEmscriptenCurrentManifest90100TransportVersion>9.0.0-rc.1.24402.2</MicrosoftNETWorkloadEmscriptenCurrentManifest90100TransportVersion>

0 commit comments

Comments
 (0)