Skip to content

Commit ba43fb4

Browse files
[release/9.0.1xx] Update dependencies from xamarin/xamarin-macios (#22212)
This pull request updates the following dependencies ## From https://github.com/xamarin/xamarin-macios - **Subscription**: a4973194-3732-4dd5-9fca-ae6db6f908ec - **Build**: 20250218.4 - **Date Produced**: February 18, 2025 12:35:57 PM UTC - **Commit**: 72132bf - **Branch**: refs/heads/release/8.0.1xx-xcode16.0 - **Updates**: - **Microsoft.iOS.Sdk.net8.0_18.0**: [from 18.0.8323 to 18.0.8324][1] - **Microsoft.MacCatalyst.Sdk.net8.0_18.0**: [from 18.0.8323 to 18.0.8324][1] - **Microsoft.macOS.Sdk.net8.0_15.0**: [from 15.0.8323 to 15.0.8324][1] - **Microsoft.tvOS.Sdk.net8.0_18.0**: [from 18.0.8323 to 18.0.8324][1] [1]: 7fc6c0e...72132bf
1 parent b660cc6 commit ba43fb4

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

NuGet.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<clear />
1111
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
1212
<!-- Begin: Package sources from xamarin-xamarin-macios -->
13-
<add key="darc-pub-xamarin-xamarin-macios-7fc6c0e" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-xamarin-xamarin-macios-7fc6c0e2/nuget/v3/index.json" />
13+
<add key="darc-pub-xamarin-xamarin-macios-72132bf" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-xamarin-xamarin-macios-72132bf9/nuget/v3/index.json" />
1414
<!-- End: Package sources from xamarin-xamarin-macios -->
1515
<!-- Begin: Package sources from dotnet-emsdk -->
1616
<!-- End: Package sources from dotnet-emsdk -->

eng/Version.Details.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@
3131
<Sha>e51bd3677d5674fa34bf5676c5fc5562206bf94e</Sha>
3232
</Dependency>
3333
<!-- This is a subscription of the .NET 8/Xcode 16.0 versions of our packages -->
34-
<Dependency Name="Microsoft.MacCatalyst.Sdk.net8.0_18.0" Version="18.0.8323">
34+
<Dependency Name="Microsoft.MacCatalyst.Sdk.net8.0_18.0" Version="18.0.8324">
3535
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
36-
<Sha>7fc6c0e2e1a4287c926789e0d6cab8e05e7c61e6</Sha>
36+
<Sha>72132bf96c8bf54b2add80ce2faa9ffe5bb60ce4</Sha>
3737
</Dependency>
38-
<Dependency Name="Microsoft.macOS.Sdk.net8.0_15.0" Version="15.0.8323">
38+
<Dependency Name="Microsoft.macOS.Sdk.net8.0_15.0" Version="15.0.8324">
3939
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
40-
<Sha>7fc6c0e2e1a4287c926789e0d6cab8e05e7c61e6</Sha>
40+
<Sha>72132bf96c8bf54b2add80ce2faa9ffe5bb60ce4</Sha>
4141
</Dependency>
42-
<Dependency Name="Microsoft.iOS.Sdk.net8.0_18.0" Version="18.0.8323">
42+
<Dependency Name="Microsoft.iOS.Sdk.net8.0_18.0" Version="18.0.8324">
4343
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
44-
<Sha>7fc6c0e2e1a4287c926789e0d6cab8e05e7c61e6</Sha>
44+
<Sha>72132bf96c8bf54b2add80ce2faa9ffe5bb60ce4</Sha>
4545
</Dependency>
46-
<Dependency Name="Microsoft.tvOS.Sdk.net8.0_18.0" Version="18.0.8323">
46+
<Dependency Name="Microsoft.tvOS.Sdk.net8.0_18.0" Version="18.0.8324">
4747
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
48-
<Sha>7fc6c0e2e1a4287c926789e0d6cab8e05e7c61e6</Sha>
48+
<Sha>72132bf96c8bf54b2add80ce2faa9ffe5bb60ce4</Sha>
4949
</Dependency>
5050
<!-- This is a subscription of the .NET 8/Xcode 15.0 versions of our packages -->
5151
<Dependency Name="Microsoft.MacCatalyst.Sdk.net8.0_17.0" Version="17.0.8523">

eng/Versions.props

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<EmscriptenWorkloadVersion>$(MicrosoftNETWorkloadEmscriptenCurrentManifest80100Version)</EmscriptenWorkloadVersion>
2020
<MicrosoftDotnetSdkInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetSdkInternalPackageVersion>
2121
<!-- This is a subscription of the .NET 8 versions of our packages -->
22-
<MicrosoftMacCatalystSdknet80_180PackageVersion>18.0.8323</MicrosoftMacCatalystSdknet80_180PackageVersion>
23-
<MicrosoftmacOSSdknet80_150PackageVersion>15.0.8323</MicrosoftmacOSSdknet80_150PackageVersion>
24-
<MicrosoftiOSSdknet80_180PackageVersion>18.0.8323</MicrosoftiOSSdknet80_180PackageVersion>
25-
<MicrosofttvOSSdknet80_180PackageVersion>18.0.8323</MicrosofttvOSSdknet80_180PackageVersion>
22+
<MicrosoftMacCatalystSdknet80_180PackageVersion>18.0.8324</MicrosoftMacCatalystSdknet80_180PackageVersion>
23+
<MicrosoftmacOSSdknet80_150PackageVersion>15.0.8324</MicrosoftmacOSSdknet80_150PackageVersion>
24+
<MicrosoftiOSSdknet80_180PackageVersion>18.0.8324</MicrosoftiOSSdknet80_180PackageVersion>
25+
<MicrosofttvOSSdknet80_180PackageVersion>18.0.8324</MicrosofttvOSSdknet80_180PackageVersion>
2626
<!-- This is a subscription to the .NET 8/Xcode 15.0 versions of our packages -->
2727
<MicrosoftMacCatalystSdknet80_170PackageVersion>17.0.8523</MicrosoftMacCatalystSdknet80_170PackageVersion>
2828
<MicrosoftmacOSSdknet80_140PackageVersion>14.0.8523</MicrosoftmacOSSdknet80_140PackageVersion>

0 commit comments

Comments
 (0)