Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 4 additions & 4 deletions Make.config
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ include $(TOP)/Make.versions
# The value is taken from the name + version of the Ref pack.
# Example: given the Ref pack "Microsoft.iOS.Ref.net8.0_17.5" with the version "17.5.8030", the value
# to write here would be the part after "Microsoft.iOS.Ref." + "/" + version: "net8.0_17.5/17.5.8030"
STABLE_NUGET_VERSION_iOS=net8.0_18.0/18.0.8303
STABLE_NUGET_VERSION_tvOS=net8.0_18.0/18.0.8303
STABLE_NUGET_VERSION_MacCatalyst=net8.0_18.0/18.0.8303
STABLE_NUGET_VERSION_macOS=net8.0_15.0/15.0.8303
STABLE_NUGET_VERSION_iOS=net9.0_18.0/18.0.9617
STABLE_NUGET_VERSION_tvOS=net9.0_18.0/18.0.9617
STABLE_NUGET_VERSION_MacCatalyst=net9.0_18.0/18.0.9617
STABLE_NUGET_VERSION_macOS=net9.0_15.0/15.0.9617

PACKAGE_HEAD_REV=$(shell git rev-parse HEAD)

Expand Down
2 changes: 2 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from xamarin-xamarin-macios -->
<add key="darc-pub-xamarin-xamarin-macios-797d3072" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-xamarin-xamarin-macios-797d3072/nuget/v3/index.json" />
<add key="darc-pub-xamarin-xamarin-macios-8354d6d" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-xamarin-xamarin-macios-8354d6d9/nuget/v3/index.json" />
<!-- End: Package sources from xamarin-xamarin-macios -->
<!-- Begin: Package sources from dotnet-emsdk -->
<!-- End: Package sources from dotnet-emsdk -->
Expand Down
32 changes: 16 additions & 16 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@
<Sha>9c9443396f8deacceb8edb169890e52aac25f311</Sha>
</Dependency>
<!-- This is a subscription of the .NET 8/Xcode 16.0 versions of our packages -->
<Dependency Name="Microsoft.MacCatalyst.Sdk.net8.0_18.0" Version="18.0.8303">
<Dependency Name="Microsoft.MacCatalyst.Sdk.net8.0_18.0" Version="18.0.8314">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>a8d7eab24d26b7d2b75dee10a219fa0312f600f2</Sha>
<Sha>8354d6d971c635925ef7b26da8b04305b5b3035a</Sha>
</Dependency>
<Dependency Name="Microsoft.macOS.Sdk.net8.0_15.0" Version="15.0.8303">
<Dependency Name="Microsoft.macOS.Sdk.net8.0_15.0" Version="15.0.8314">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>a8d7eab24d26b7d2b75dee10a219fa0312f600f2</Sha>
<Sha>8354d6d971c635925ef7b26da8b04305b5b3035a</Sha>
</Dependency>
<Dependency Name="Microsoft.iOS.Sdk.net8.0_18.0" Version="18.0.8303">
<Dependency Name="Microsoft.iOS.Sdk.net8.0_18.0" Version="18.0.8314">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>a8d7eab24d26b7d2b75dee10a219fa0312f600f2</Sha>
<Sha>8354d6d971c635925ef7b26da8b04305b5b3035a</Sha>
</Dependency>
<Dependency Name="Microsoft.tvOS.Sdk.net8.0_18.0" Version="18.0.8303">
<Dependency Name="Microsoft.tvOS.Sdk.net8.0_18.0" Version="18.0.8314">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>a8d7eab24d26b7d2b75dee10a219fa0312f600f2</Sha>
<Sha>8354d6d971c635925ef7b26da8b04305b5b3035a</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 All @@ -69,21 +69,21 @@
<Sha>9bff9c5017d8444fdf76959c112dd9fed2da9317</Sha>
</Dependency>
<!-- This is a subscription of the .NET 9/Xcode 16.0 versions of our packages -->
<Dependency Name="Microsoft.MacCatalyst.Sdk.net9.0_18.0" Version="18.0.9606-net9-rtm">
<Dependency Name="Microsoft.MacCatalyst.Sdk.net9.0_18.0" Version="18.0.9617">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>2f3ae2492519571ccf3f7280dfca232e42b5ada2</Sha>
<Sha>797d30720e5e629d23eb146935da94cb1b61047e</Sha>
</Dependency>
<Dependency Name="Microsoft.macOS.Sdk.net9.0_15.0" Version="15.0.9606-net9-rtm">
<Dependency Name="Microsoft.macOS.Sdk.net9.0_15.0" Version="15.0.9617">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>2f3ae2492519571ccf3f7280dfca232e42b5ada2</Sha>
<Sha>797d30720e5e629d23eb146935da94cb1b61047e</Sha>
</Dependency>
<Dependency Name="Microsoft.iOS.Sdk.net9.0_18.0" Version="18.0.9606-net9-rtm">
<Dependency Name="Microsoft.iOS.Sdk.net9.0_18.0" Version="18.0.9617">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>2f3ae2492519571ccf3f7280dfca232e42b5ada2</Sha>
<Sha>797d30720e5e629d23eb146935da94cb1b61047e</Sha>
</Dependency>
<Dependency Name="Microsoft.tvOS.Sdk.net9.0_18.0" Version="18.0.9606-net9-rtm">
<Dependency Name="Microsoft.tvOS.Sdk.net9.0_18.0" Version="18.0.9617">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>2f3ae2492519571ccf3f7280dfca232e42b5ada2</Sha>
<Sha>797d30720e5e629d23eb146935da94cb1b61047e</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
16 changes: 8 additions & 8 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
<EmscriptenWorkloadVersion>$(MicrosoftNETWorkloadEmscriptenCurrentManifest80100Version)</EmscriptenWorkloadVersion>
<MicrosoftDotnetSdkInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetSdkInternalPackageVersion>
<!-- This is a subscription of the .NET 8 versions of our packages -->
<MicrosoftMacCatalystSdknet80_180PackageVersion>18.0.8303</MicrosoftMacCatalystSdknet80_180PackageVersion>
<MicrosoftmacOSSdknet80_150PackageVersion>15.0.8303</MicrosoftmacOSSdknet80_150PackageVersion>
<MicrosoftiOSSdknet80_180PackageVersion>18.0.8303</MicrosoftiOSSdknet80_180PackageVersion>
<MicrosofttvOSSdknet80_180PackageVersion>18.0.8303</MicrosofttvOSSdknet80_180PackageVersion>
<MicrosoftMacCatalystSdknet80_180PackageVersion>18.0.8314</MicrosoftMacCatalystSdknet80_180PackageVersion>
<MicrosoftmacOSSdknet80_150PackageVersion>15.0.8314</MicrosoftmacOSSdknet80_150PackageVersion>
<MicrosoftiOSSdknet80_180PackageVersion>18.0.8314</MicrosoftiOSSdknet80_180PackageVersion>
<MicrosofttvOSSdknet80_180PackageVersion>18.0.8314</MicrosofttvOSSdknet80_180PackageVersion>
<!-- 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>
<MicrosoftiOSSdknet80_170PackageVersion>17.0.8523</MicrosoftiOSSdknet80_170PackageVersion>
<MicrosofttvOSSdknet80_170PackageVersion>17.0.8523</MicrosofttvOSSdknet80_170PackageVersion>
<!-- This is a subscription to the .NET 9/Xcode 16.0 versions of our packages -->
<MicrosoftMacCatalystSdknet90_180PackageVersion>18.0.9606-net9-rtm</MicrosoftMacCatalystSdknet90_180PackageVersion>
<MicrosoftmacOSSdknet90_150PackageVersion>15.0.9606-net9-rtm</MicrosoftmacOSSdknet90_150PackageVersion>
<MicrosoftiOSSdknet90_180PackageVersion>18.0.9606-net9-rtm</MicrosoftiOSSdknet90_180PackageVersion>
<MicrosofttvOSSdknet90_180PackageVersion>18.0.9606-net9-rtm</MicrosofttvOSSdknet90_180PackageVersion>
<MicrosoftMacCatalystSdknet90_180PackageVersion>18.0.9617</MicrosoftMacCatalystSdknet90_180PackageVersion>
<MicrosoftmacOSSdknet90_150PackageVersion>15.0.9617</MicrosoftmacOSSdknet90_150PackageVersion>
<MicrosoftiOSSdknet90_180PackageVersion>18.0.9617</MicrosoftiOSSdknet90_180PackageVersion>
<MicrosofttvOSSdknet90_180PackageVersion>18.0.9617</MicrosofttvOSSdknet90_180PackageVersion>
</PropertyGroup>
</Project>