Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- Begin: Package sources from dotnet-dotnet -->
<!-- End: Package sources from dotnet-dotnet -->
<!-- Begin: Package sources from dotnet-macios -->
<add key="darc-pub-dotnet-macios-7075bb3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-macios-7075bb3c/nuget/v3/index.json" />
<add key="darc-pub-dotnet-macios-5a29bbf" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-macios-5a29bbfb/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-macios -->
<!-- Begin: Package sources from xamarin-xamarin-macios -->
<!-- End: Package sources from xamarin-xamarin-macios -->
Expand Down
8 changes: 4 additions & 4 deletions eng/Version.Details.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ This file should be imported by eng/Versions.props
<!-- dotnet-macios dependencies -->
<MicrosoftiOSSdknet100_260PackageVersion>26.0.11017</MicrosoftiOSSdknet100_260PackageVersion>
<MicrosoftiOSSdknet90_185PackageVersion>18.5.9227</MicrosoftiOSSdknet90_185PackageVersion>
<MicrosoftiOSSdknet90_265PackageVersion>26.5.9002</MicrosoftiOSSdknet90_265PackageVersion>
<MicrosoftiOSSdknet90_265PackageVersion>26.5.9003</MicrosoftiOSSdknet90_265PackageVersion>
<MicrosoftMacCatalystSdknet100_260PackageVersion>26.0.11017</MicrosoftMacCatalystSdknet100_260PackageVersion>
<MicrosoftMacCatalystSdknet90_185PackageVersion>18.5.9227</MicrosoftMacCatalystSdknet90_185PackageVersion>
<MicrosoftMacCatalystSdknet90_265PackageVersion>26.5.9002</MicrosoftMacCatalystSdknet90_265PackageVersion>
<MicrosoftMacCatalystSdknet90_265PackageVersion>26.5.9003</MicrosoftMacCatalystSdknet90_265PackageVersion>
<MicrosoftmacOSSdknet100_260PackageVersion>26.0.11017</MicrosoftmacOSSdknet100_260PackageVersion>
<MicrosoftmacOSSdknet90_155PackageVersion>15.5.9227</MicrosoftmacOSSdknet90_155PackageVersion>
<MicrosoftmacOSSdknet90_265PackageVersion>26.5.9002</MicrosoftmacOSSdknet90_265PackageVersion>
<MicrosoftmacOSSdknet90_265PackageVersion>26.5.9003</MicrosoftmacOSSdknet90_265PackageVersion>
<MicrosofttvOSSdknet100_260PackageVersion>26.0.11017</MicrosofttvOSSdknet100_260PackageVersion>
<MicrosofttvOSSdknet90_185PackageVersion>18.5.9227</MicrosofttvOSSdknet90_185PackageVersion>
<MicrosofttvOSSdknet90_265PackageVersion>26.5.9002</MicrosofttvOSSdknet90_265PackageVersion>
<MicrosofttvOSSdknet90_265PackageVersion>26.5.9003</MicrosofttvOSSdknet90_265PackageVersion>
<!-- dotnet-xharness dependencies -->
<MicrosoftDotNetXHarnessiOSSharedPackageVersion>11.0.0-prerelease.26230.4</MicrosoftDotNetXHarnessiOSSharedPackageVersion>
<!-- xamarin-xamarin-macios dependencies -->
Expand Down
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,21 @@
<Sha>797d30720e5e629d23eb146935da94cb1b61047e</Sha>
</Dependency>
<!-- This is a subscription of the .NET 9/Xcode 26.5 versions of our packages -->
<Dependency Name="Microsoft.MacCatalyst.Sdk.net9.0_26.5" Version="26.5.9002">
<Dependency Name="Microsoft.MacCatalyst.Sdk.net9.0_26.5" Version="26.5.9003">
<Uri>https://github.com/dotnet/macios</Uri>
<Sha>7075bb3cf977326a4e0a01108b748478ce08091e</Sha>
<Sha>5a29bbfbaac5941a8b229c91f1b606081b49ea10</Sha>
</Dependency>
<Dependency Name="Microsoft.macOS.Sdk.net9.0_26.5" Version="26.5.9002">
<Dependency Name="Microsoft.macOS.Sdk.net9.0_26.5" Version="26.5.9003">
<Uri>https://github.com/dotnet/macios</Uri>
<Sha>7075bb3cf977326a4e0a01108b748478ce08091e</Sha>
<Sha>5a29bbfbaac5941a8b229c91f1b606081b49ea10</Sha>
</Dependency>
<Dependency Name="Microsoft.iOS.Sdk.net9.0_26.5" Version="26.5.9002">
<Dependency Name="Microsoft.iOS.Sdk.net9.0_26.5" Version="26.5.9003">
<Uri>https://github.com/dotnet/macios</Uri>
<Sha>7075bb3cf977326a4e0a01108b748478ce08091e</Sha>
<Sha>5a29bbfbaac5941a8b229c91f1b606081b49ea10</Sha>
</Dependency>
<Dependency Name="Microsoft.tvOS.Sdk.net9.0_26.5" Version="26.5.9002">
<Dependency Name="Microsoft.tvOS.Sdk.net9.0_26.5" Version="26.5.9003">
<Uri>https://github.com/dotnet/macios</Uri>
<Sha>7075bb3cf977326a4e0a01108b748478ce08091e</Sha>
<Sha>5a29bbfbaac5941a8b229c91f1b606081b49ea10</Sha>
</Dependency>
<!-- This is a subscription of the .NET 10/Xcode 26.0 versions of our packages -->
<Dependency Name="Microsoft.MacCatalyst.Sdk.net10.0_26.0" Version="26.0.11017">
Expand Down
Loading