Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 430eab4

Browse files
authored
Merge pull request #326 from dotnet/darc-main-468b20d3-fc3c-4f66-a931-aaf7f662fee7
[main] Update dependencies from xamarin/xamarin-macios
2 parents 4051e29 + 1a9ff6c commit 430eab4

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

NuGet.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-emsdk -->
7+
<add key="darc-pub-dotnet-emsdk-ee0a97a-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-ee0a97a0-1/nuget/v3/index.json" />
78
<add key="darc-pub-dotnet-emsdk-ee0a97a" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-ee0a97a0/nuget/v3/index.json" />
89
<!-- End: Package sources from dotnet-emsdk -->
910
<!-- Begin: Package sources from dotnet-runtime -->

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
<Uri>https://github.com/xamarin/xamarin-android</Uri>
1313
<Sha>0583ca1d3a44f4ffc6a29b487ef2b4ed33d2c067</Sha>
1414
</Dependency>
15-
<Dependency Name="Microsoft.MacCatalyst.Sdk" Version="15.2.302-preview.14.40">
15+
<Dependency Name="Microsoft.MacCatalyst.Sdk" Version="15.2.302-preview.14.91">
1616
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
17-
<Sha>66dcb94e1f0724defe0294a7ac47803920ca6f9f</Sha>
17+
<Sha>a812ce4242e1ac188760286fa01dfc511dfc07db</Sha>
1818
</Dependency>
19-
<Dependency Name="Microsoft.iOS.Sdk" Version="15.2.302-preview.14.40">
19+
<Dependency Name="Microsoft.iOS.Sdk" Version="15.2.302-preview.14.91">
2020
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
21-
<Sha>66dcb94e1f0724defe0294a7ac47803920ca6f9f</Sha>
21+
<Sha>a812ce4242e1ac188760286fa01dfc511dfc07db</Sha>
2222
</Dependency>
23-
<Dependency Name="Microsoft.tvOS.Sdk" Version="15.2.302-preview.14.40">
23+
<Dependency Name="Microsoft.tvOS.Sdk" Version="15.2.302-preview.14.91">
2424
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
25-
<Sha>66dcb94e1f0724defe0294a7ac47803920ca6f9f</Sha>
25+
<Sha>a812ce4242e1ac188760286fa01dfc511dfc07db</Sha>
2626
</Dependency>
27-
<Dependency Name="Microsoft.macOS.Sdk" Version="12.1.302-preview.14.40">
27+
<Dependency Name="Microsoft.macOS.Sdk" Version="12.1.302-preview.14.91">
2828
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
29-
<Sha>66dcb94e1f0724defe0294a7ac47803920ca6f9f</Sha>
29+
<Sha>a812ce4242e1ac188760286fa01dfc511dfc07db</Sha>
3030
</Dependency>
3131
<Dependency Name="Microsoft.NET.Workload.Emscripten.Manifest-6.0.100" Version="6.0.2" CoherentParentDependency="Microsoft.NETCore.App.Ref">
3232
<Uri>https://github.com/dotnet/emsdk</Uri>

eng/Versions.props

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,19 @@
1010
<!-- xamarin/xamarin-android -->
1111
<MicrosoftAndroidSdkWindowsPackageVersion>31.0.200-preview.14.95</MicrosoftAndroidSdkWindowsPackageVersion>
1212
<!-- xamarin/xamarin-macios -->
13-
<MicrosoftiOSSdkPackageVersion>15.2.302-preview.14.40</MicrosoftiOSSdkPackageVersion>
14-
<MicrosoftMacCatalystSdkPackageVersion>15.2.302-preview.14.40</MicrosoftMacCatalystSdkPackageVersion>
15-
<MicrosoftmacOSSdkPackageVersion>12.1.302-preview.14.40</MicrosoftmacOSSdkPackageVersion>
16-
<MicrosofttvOSSdkPackageVersion>15.2.302-preview.14.40</MicrosofttvOSSdkPackageVersion>
13+
<MicrosoftiOSSdkPackageVersion>15.2.302-preview.14.91</MicrosoftiOSSdkPackageVersion>
14+
<MicrosoftMacCatalystSdkPackageVersion>15.2.302-preview.14.91</MicrosoftMacCatalystSdkPackageVersion>
15+
<MicrosoftmacOSSdkPackageVersion>12.1.302-preview.14.91</MicrosoftmacOSSdkPackageVersion>
16+
<MicrosofttvOSSdkPackageVersion>15.2.302-preview.14.91</MicrosofttvOSSdkPackageVersion>
1717
<!-- emsdk -->
1818
<MicrosoftNETWorkloadEmscriptenManifest60100PackageVersion>6.0.2</MicrosoftNETWorkloadEmscriptenManifest60100PackageVersion>
1919
<!-- <DotNetVersionBandMonoToolchain></DotNetVersionBandMonoToolchain> -->
20-
<DotNetVersionBandEmscripten>6.0.100</DotNetVersionBandEmscripten>
20+
<!-- <DotNetVersionBandEmscripten>6.0.200</DotNetVersionBandEmscripten> -->
2121
<!-- <DotNetVersionBandAndroid></DotNetVersionBandAndroid> -->
2222
<!-- <DotNetVersionBandApple></DotNetVersionBandApple> -->
2323
</PropertyGroup>
2424
<PropertyGroup>
2525
<!-- NOTE: temporarily hardcode 6.0.100, until we have new branding on dotnet/runtime packs -->
2626
<DotNetVersionBand Condition=" '$(DotNetVersionBand)' == '' ">6.0.200</DotNetVersionBand>
27-
<DotNetVersionBandApple>6.0.300</DotNetVersionBandApple>
2827
</PropertyGroup>
2928
</Project>

0 commit comments

Comments
 (0)