xamarin-macios/tests/dotnet/MultiTargetingLibrary
Rolf Bjarne Kvinge c303a9c7c7
[dotnet] Multi target with Xcode 15.0 (#20155)
Add multi-targeting support for our initial .NET 8 packs (for Xcode
15.0).

This means a library/binding project can do:

```xml
<TargetFrameworks>net8.0-ios17.0;net8.0-ios17.2</TargetFrameworks>
```

and the library will be built in two varieties: once using our iOS 17.0
bindings, and once using our iOS 17.2 bindings.

An app project can also do:

```xml
<TargetFramework>net8.0-ios17.0</TargetFramework>
```

to build with the iOS 17.0 bindings (which is typically not very useful,
since building with the latest iOS SDK is usually best).
2024-02-28 09:03:53 +01:00
..
MacCatalyst [tests] Add multi-targeting test. 2023-09-06 11:32:54 +02:00
iOS [tests] Add multi-targeting test. 2023-09-06 11:32:54 +02:00
macOS [tests] Add multi-targeting test. 2023-09-06 11:32:54 +02:00
tvOS [tests] Add multi-targeting test. 2023-09-06 11:32:54 +02:00
AppDelegate.cs [dotnet] Multi target with Xcode 15.0 (#20155) 2024-02-28 09:03:53 +01:00
Makefile [tests] Add multi-targeting test. 2023-09-06 11:32:54 +02:00
shared.csproj [tests] Add multi-targeting test. 2023-09-06 11:32:54 +02:00
shared.mk [tests] Add multi-targeting test. 2023-09-06 11:32:54 +02:00