Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[net9.0] Bump .NET Xcode 15.4 packages to latest #21131

Merged
merged 2 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@
<Sha>b9d928a9d65ed39b9257846e1b8e853cea609c00</Sha>
</Dependency>
<!-- This is a subscription of the .NET 8/Xcode 15.4 versions of our packages -->
<Dependency Name="Microsoft.MacCatalyst.Sdk.net8.0_17.5" Version="17.5.8020">
<Dependency Name="Microsoft.MacCatalyst.Sdk.net8.0_17.5" Version="17.5.8030">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>700c59ad092ba56a5fc5a71e9aae01b3f4fa25de</Sha>
<Sha>bc01f5e06685fd9417a06c91dd963f275e8907a7</Sha>
</Dependency>
<Dependency Name="Microsoft.macOS.Sdk.net8.0_14.5" Version="14.5.8020">
<Dependency Name="Microsoft.macOS.Sdk.net8.0_14.5" Version="14.5.8030">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>700c59ad092ba56a5fc5a71e9aae01b3f4fa25de</Sha>
<Sha>bc01f5e06685fd9417a06c91dd963f275e8907a7</Sha>
</Dependency>
<Dependency Name="Microsoft.iOS.Sdk.net8.0_17.5" Version="17.5.8020">
<Dependency Name="Microsoft.iOS.Sdk.net8.0_17.5" Version="17.5.8030">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>700c59ad092ba56a5fc5a71e9aae01b3f4fa25de</Sha>
<Sha>bc01f5e06685fd9417a06c91dd963f275e8907a7</Sha>
</Dependency>
<Dependency Name="Microsoft.tvOS.Sdk.net8.0_17.5" Version="17.5.8020">
<Dependency Name="Microsoft.tvOS.Sdk.net8.0_17.5" Version="17.5.8030">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>700c59ad092ba56a5fc5a71e9aae01b3f4fa25de</Sha>
<Sha>bc01f5e06685fd9417a06c91dd963f275e8907a7</Sha>
</Dependency>
<!-- This is a subscription of the .NET 8/Xcode 15.0 versions of our packages -->
<Dependency Name="Microsoft.MacCatalyst.Sdk.net8.0_17.0" Version="17.0.8523">
Expand Down
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<EmscriptenWorkloadVersion>$(MicrosoftNETWorkloadEmscriptenCurrentManifest80100Version)</EmscriptenWorkloadVersion>
<MicrosoftDotnetSdkInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetSdkInternalPackageVersion>
<!-- This is a subscription of the .NET 8 versions of our packages -->
<MicrosoftMacCatalystSdknet80_175PackageVersion>17.5.8016</MicrosoftMacCatalystSdknet80_175PackageVersion>
<MicrosoftmacOSSdknet80_145PackageVersion>14.5.8016</MicrosoftmacOSSdknet80_145PackageVersion>
<MicrosoftiOSSdknet80_175PackageVersion>17.5.8016</MicrosoftiOSSdknet80_175PackageVersion>
<MicrosofttvOSSdknet80_175PackageVersion>17.5.8016</MicrosofttvOSSdknet80_175PackageVersion>
<MicrosoftMacCatalystSdknet80_175PackageVersion>17.5.8030</MicrosoftMacCatalystSdknet80_175PackageVersion>
<MicrosoftmacOSSdknet80_145PackageVersion>14.5.8030</MicrosoftmacOSSdknet80_145PackageVersion>
<MicrosoftiOSSdknet80_175PackageVersion>17.5.8030</MicrosoftiOSSdknet80_175PackageVersion>
<MicrosofttvOSSdknet80_175PackageVersion>17.5.8030</MicrosofttvOSSdknet80_175PackageVersion>
<!-- This is a subscription to the .NET 8/Xcode 15.0 versions of our packages -->
<MicrosoftMacCatalystSdknet80_170PackageVersion>17.0.8523</MicrosoftMacCatalystSdknet80_170PackageVersion>
<MicrosoftmacOSSdknet80_140PackageVersion>14.0.8523</MicrosoftmacOSSdknet80_140PackageVersion>
Expand Down
Loading