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
10 changes: 0 additions & 10 deletions Make.versions
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,6 @@ SUPPORTED_API_VERSIONS_MACCATALYST=$(DOTNET_TFM)-$(MACCATALYST_NUGET_OS_VERSION)

# Add older versions here!

SUPPORTED_API_VERSIONS_IOS+=net9.0-18.0
SUPPORTED_API_VERSIONS_TVOS+=net9.0-18.0
SUPPORTED_API_VERSIONS_MACOS+=net9.0-15.0
SUPPORTED_API_VERSIONS_MACCATALYST+=net9.0-18.0

SUPPORTED_API_VERSIONS_IOS+=net9.0-26.0
SUPPORTED_API_VERSIONS_TVOS+=net9.0-26.0
SUPPORTED_API_VERSIONS_MACOS+=net9.0-26.0
SUPPORTED_API_VERSIONS_MACCATALYST+=net9.0-26.0

SUPPORTED_API_VERSIONS_IOS+=net10.0-26.0
SUPPORTED_API_VERSIONS_TVOS+=net10.0-26.0
SUPPORTED_API_VERSIONS_MACOS+=net10.0-26.0
Expand Down
51 changes: 0 additions & 51 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,57 +25,6 @@
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>29eefe27a350eb8b0bcbababa7863a0d1086295d</Sha>
</Dependency>
<!-- This is a subscription of the .NET 9 latest stable versions of our packages -->
<Dependency Name="Microsoft.MacCatalyst.Sdk.net9.0_18.5" Version="18.5.9227">
<Uri>https://github.com/dotnet/macios</Uri>
<Sha>4681bf928d70aa79cff2c33ad324b3be9c62b66d</Sha>
</Dependency>
<Dependency Name="Microsoft.macOS.Sdk.net9.0_15.5" Version="15.5.9227">
<Uri>https://github.com/dotnet/macios</Uri>
<Sha>4681bf928d70aa79cff2c33ad324b3be9c62b66d</Sha>
</Dependency>
<Dependency Name="Microsoft.iOS.Sdk.net9.0_18.5" Version="18.5.9227">
<Uri>https://github.com/dotnet/macios</Uri>
<Sha>4681bf928d70aa79cff2c33ad324b3be9c62b66d</Sha>
</Dependency>
<Dependency Name="Microsoft.tvOS.Sdk.net9.0_18.5" Version="18.5.9227">
<Uri>https://github.com/dotnet/macios</Uri>
<Sha>4681bf928d70aa79cff2c33ad324b3be9c62b66d</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.9617">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>797d30720e5e629d23eb146935da94cb1b61047e</Sha>
</Dependency>
<Dependency Name="Microsoft.macOS.Sdk.net9.0_15.0" Version="15.0.9617">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>797d30720e5e629d23eb146935da94cb1b61047e</Sha>
</Dependency>
<Dependency Name="Microsoft.iOS.Sdk.net9.0_18.0" Version="18.0.9617">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>797d30720e5e629d23eb146935da94cb1b61047e</Sha>
</Dependency>
<Dependency Name="Microsoft.tvOS.Sdk.net9.0_18.0" Version="18.0.9617">
<Uri>https://github.com/xamarin/xamarin-macios</Uri>
<Sha>797d30720e5e629d23eb146935da94cb1b61047e</Sha>
</Dependency>
<!-- This is a subscription of the .NET 9/Xcode 26.0 versions of our packages -->
<Dependency Name="Microsoft.MacCatalyst.Sdk.net9.0_26.0" Version="26.0.9754">
<Uri>https://github.com/dotnet/macios</Uri>
<Sha>4177c9d9590857cfb2617fd7a7ef3d5e1de48ed3</Sha>
</Dependency>
<Dependency Name="Microsoft.macOS.Sdk.net9.0_26.0" Version="26.0.9754">
<Uri>https://github.com/dotnet/macios</Uri>
<Sha>4177c9d9590857cfb2617fd7a7ef3d5e1de48ed3</Sha>
</Dependency>
<Dependency Name="Microsoft.iOS.Sdk.net9.0_26.0" Version="26.0.9754">
<Uri>https://github.com/dotnet/macios</Uri>
<Sha>4177c9d9590857cfb2617fd7a7ef3d5e1de48ed3</Sha>
</Dependency>
<Dependency Name="Microsoft.tvOS.Sdk.net9.0_26.0" Version="26.0.9754">
<Uri>https://github.com/dotnet/macios</Uri>
<Sha>4177c9d9590857cfb2617fd7a7ef3d5e1de48ed3</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">
<Uri>https://github.com/dotnet/macios</Uri>
Expand Down
2 changes: 1 addition & 1 deletion tests/dotnet/UnitTests/ProjectTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2078,7 +2078,7 @@ public void BuildNet8_0App (ApplePlatform platform, string runtimeIdentifiers)
[TestCase (ApplePlatform.MacCatalyst, "maccatalyst-x64")]
public void BuildNet9_0App (ApplePlatform platform, string runtimeIdentifiers)
{
BuildSupportedNetVersionApp (platform, runtimeIdentifiers, 9);
BuildUnsupportedNetVersionApp (platform, runtimeIdentifiers, 9, isFuture: false);
}

[Test]
Expand Down
Loading