Skip to content

Commit

Permalink
Bump to dotnet/sdk@3586c8047b 9.0.100-rc.1.24415.1 (#9204)
Browse files Browse the repository at this point in the history
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 <jonathan.peppers@microsoft.com>
  • Loading branch information
dotnet-maestro[bot] and jonathanpeppers committed Aug 16, 2024
1 parent 48239a5 commit 07cb311
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 0 additions & 2 deletions build-tools/automation/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ extends:

- template: /build-tools/automation/yaml-templates/apk-instrumentation.yaml@self
parameters:
# FIXME: https://github.com/dotnet/runtime/issues/105516
condition: false
configuration: $(XA.Build.Configuration)
testName: Mono.Android.NET_Tests-AotLlvm
project: tests/Mono.Android-Tests/Runtime-Microsoft.Android.Sdk/Mono.Android.NET-Tests.csproj
Expand Down
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-rc.1.24409.1">
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-rc.1.24415.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>43360291a50c9c7c471551f8f8363919d38014ea</Sha>
<Sha>3586c8047b796e0d30fdb2d95ff8431167d86b9a</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-rc.1.24408.12" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-rc.1.24413.14" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>68511fd27fe4055ce5203742998ba12019dfcbd4</Sha>
<Sha>605ff6f6485101d4bd1eabb9ab97af345eee67a1</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.0-rc.1.24408.12" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.0-rc.1.24413.14" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>68511fd27fe4055ce5203742998ba12019dfcbd4</Sha>
<Sha>605ff6f6485101d4bd1eabb9ab97af345eee67a1</Sha>
</Dependency>
<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">
<Uri>https://github.com/dotnet/emsdk</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project>
<!--Package versions-->
<PropertyGroup>
<MicrosoftNETSdkPackageVersion>9.0.100-rc.1.24409.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-rc.1.24415.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotnetSdkInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetSdkInternalPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>9.0.0-rc.1.24408.12</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>9.0.0-rc.1.24408.12</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETILLinkTasksPackageVersion>9.0.0-rc.1.24413.14</MicrosoftNETILLinkTasksPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>9.0.0-rc.1.24413.14</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftDotNetApiCompatPackageVersion>7.0.0-beta.22103.1</MicrosoftDotNetApiCompatPackageVersion>
<MicrosoftDotNetBuildTasksFeedPackageVersion>9.0.0-beta.24408.2</MicrosoftDotNetBuildTasksFeedPackageVersion>
<MicrosoftNETWorkloadEmscriptenCurrentManifest90100TransportVersion>9.0.0-rc.1.24402.2</MicrosoftNETWorkloadEmscriptenCurrentManifest90100TransportVersion>
Expand Down

0 comments on commit 07cb311

Please sign in to comment.