Skip to content
Open
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
2 changes: 1 addition & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<add key="darc-pub-dotnet-android-1dcfb6f-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-android-1dcfb6f8-1/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-android -->
<!-- Begin: Package sources from dotnet-macios -->
<add key="darc-pub-dotnet-macios-4177c9d" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-macios-4177c9d9/nuget/v3/index.json" />
<add key="darc-pub-dotnet-macios-ecebc19" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-macios-ecebc190/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-macios -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
Expand Down
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,21 +94,21 @@
</Dependency>
<!-- Previous .NET iOS version(s) -->
<!-- This is a subscription of the .NET 9 latest stable versions of our packages -->
<Dependency Name="Microsoft.MacCatalyst.Sdk.net9.0_26.0" Version="26.0.9754">
<Dependency Name="Microsoft.MacCatalyst.Sdk.net9.0_26.0" Version="26.0.9758">
<Uri>https://github.com/dotnet/macios</Uri>
<Sha>4177c9d9590857cfb2617fd7a7ef3d5e1de48ed3</Sha>
<Sha>ecebc1904ea28aee64fef2bbae471581a191edc3</Sha>
</Dependency>
<Dependency Name="Microsoft.macOS.Sdk.net9.0_26.0" Version="26.0.9754">
<Dependency Name="Microsoft.macOS.Sdk.net9.0_26.0" Version="26.0.9758">
<Uri>https://github.com/dotnet/macios</Uri>
<Sha>4177c9d9590857cfb2617fd7a7ef3d5e1de48ed3</Sha>
<Sha>ecebc1904ea28aee64fef2bbae471581a191edc3</Sha>
</Dependency>
<Dependency Name="Microsoft.iOS.Sdk.net9.0_26.0" Version="26.0.9754">
<Dependency Name="Microsoft.iOS.Sdk.net9.0_26.0" Version="26.0.9758">
<Uri>https://github.com/dotnet/macios</Uri>
<Sha>4177c9d9590857cfb2617fd7a7ef3d5e1de48ed3</Sha>
<Sha>ecebc1904ea28aee64fef2bbae471581a191edc3</Sha>
</Dependency>
<Dependency Name="Microsoft.tvOS.Sdk.net9.0_26.0" Version="26.0.9754">
<Dependency Name="Microsoft.tvOS.Sdk.net9.0_26.0" Version="26.0.9758">
<Uri>https://github.com/dotnet/macios</Uri>
<Sha>4177c9d9590857cfb2617fd7a7ef3d5e1de48ed3</Sha>
<Sha>ecebc1904ea28aee64fef2bbae471581a191edc3</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
Loading