From a46afd01479214c89a7f15ce7064b93759be1ef8 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 6 Apr 2022 20:58:20 +0200 Subject: [PATCH] [tests] Use 'BundledNETCoreAppTargetFrameworkVersion' to specify the .NET version in the project files. (#14666) This way we don't have to update all these files when moving to .NET 7. --- .../BundledResources/dotnet/MacCatalyst/BundledResources.csproj | 2 +- tests/BundledResources/dotnet/iOS/BundledResources.csproj | 2 +- tests/BundledResources/dotnet/macOS/BundledResources.csproj | 2 +- tests/BundledResources/dotnet/tvOS/BundledResources.csproj | 2 +- .../dotnet/MacCatalyst/EmbeddedResources.csproj | 2 +- tests/EmbeddedResources/dotnet/iOS/EmbeddedResources.csproj | 2 +- tests/EmbeddedResources/dotnet/macOS/EmbeddedResources.csproj | 2 +- tests/EmbeddedResources/dotnet/tvOS/EmbeddedResources.csproj | 2 +- tests/bgen/bgen-tests.csproj | 2 +- .../dotnet/MacCatalyst/bindings-framework-test.csproj | 2 +- .../dotnet/iOS/bindings-framework-test.csproj | 2 +- .../dotnet/macOS/bindings-framework-test.csproj | 2 +- .../dotnet/tvOS/bindings-framework-test.csproj | 2 +- tests/bindings-test/dotnet/MacCatalyst/bindings-test.csproj | 2 +- tests/bindings-test/dotnet/iOS/bindings-test.csproj | 2 +- tests/bindings-test/dotnet/macOS/bindings-test.csproj | 2 +- tests/bindings-test/dotnet/tvOS/bindings-test.csproj | 2 +- tests/bindings-test2/dotnet/MacCatalyst/bindings-test2.csproj | 2 +- tests/bindings-test2/dotnet/iOS/bindings-test2.csproj | 2 +- tests/bindings-test2/dotnet/macOS/bindings-test2.csproj | 2 +- tests/bindings-test2/dotnet/tvOS/bindings-test2.csproj | 2 +- .../dotnet/MacCatalyst/bindings-xcframework-test.csproj | 2 +- .../dotnet/iOS/bindings-xcframework-test.csproj | 2 +- .../dotnet/macOS/bindings-xcframework-test.csproj | 2 +- .../dotnet/tvOS/bindings-xcframework-test.csproj | 2 +- .../AppWithExtraArgumentThatOverrides.dotnet.csproj | 2 +- tests/common/TestProjects/Bug60536/Bug60536.dotnet.csproj | 2 +- .../common/TestProjects/ComplexAssembly/ComplexAssembly.csproj | 2 +- .../TestProjects/My Spaced App/My Spaced App.dotnet.csproj | 2 +- .../MyActionExtension/MyActionExtension.dotnet.csproj | 2 +- .../MyAppWithPackageReference.dotnet.csproj | 2 +- tests/common/TestProjects/MyCoreMLApp/MyCoreMLApp.dotnet.csproj | 2 +- .../MyDocumentPickerExtension.dotnet.csproj | 2 +- .../MyExtensionWithPackageReference.dotnet.csproj | 2 +- .../MyIBToolLinkTest/MyIBToolLinkTest.dotnet.csproj | 2 +- .../MyKeyboardExtension/MyKeyboardExtension.dotnet.csproj | 2 +- .../TestProjects/MyLinkedAssets/MyLinkedAssets.dotnet.csproj | 2 +- .../MyMasterDetailApp/MyMasterDetailApp.dotnet.csproj | 2 +- tests/common/TestProjects/MyMetalGame/MyMetalGame.dotnet.csproj | 2 +- tests/common/TestProjects/MyOpenGLApp/MyOpenGLApp.dotnet.csproj | 2 +- .../MyPhotoEditingExtension.dotnet.csproj | 2 +- .../TestProjects/MyReleaseBuild/MyReleaseBuild.dotnet.csproj | 2 +- .../TestProjects/MySceneKitApp/MySceneKitApp.dotnet.csproj | 2 +- .../MyShareExtension/MyShareExtension.dotnet.csproj | 2 +- .../TestProjects/MySingleView/MyLibrary/MyLibrary.dotnet.csproj | 2 +- .../common/TestProjects/MySingleView/MySingleView.dotnet.csproj | 2 +- .../TestProjects/MySpriteKitGame/MySpriteKitGame.dotnet.csproj | 2 +- tests/common/TestProjects/MyTVApp/MyTVApp.dotnet.csproj | 2 +- .../TestProjects/MyTVMetalGame/MyTVMetalGame.dotnet.csproj | 2 +- .../MyTVServicesExtension/MyTVServicesExtension.dotnet.csproj | 2 +- .../MyTabbedApplication/MyTabbedApplication.dotnet.csproj | 2 +- .../MyTodayExtension/MyTodayExtension.dotnet.csproj | 2 +- .../MyWatch2Container/MyWatch2Container.dotnet.csproj | 2 +- tests/common/TestProjects/MyWatchApp2/MyWatchApp2.dotnet.csproj | 2 +- .../MyWatchKit2Extension/MyWatchKit2Extension.dotnet.csproj | 2 +- .../MyWatchKit2IntentsExtension.dotnet.csproj | 2 +- .../common/TestProjects/MyWebViewApp/MyWebViewApp.dotnet.csproj | 2 +- .../MyXamarinFormsApp/MyXamarinFormsApp.dotnet.csproj | 2 +- .../MyiOSAppWithBinding/MyiOSAppWithBinding.dotnet.csproj | 2 +- .../MyiOSFrameworkBinding/MyiOSFrameworkBinding.dotnet.csproj | 2 +- .../Library/MacCatalyst/Library.csproj | 2 +- .../AppWithGenericLibraryReference/Library/iOS/Library.csproj | 2 +- .../AppWithGenericLibraryReference/Library/macOS/Library.csproj | 2 +- .../AppWithGenericLibraryReference/Library/tvOS/Library.csproj | 2 +- .../MacCatalyst/AppWithGenericLibraryReference.csproj | 2 +- .../iOS/AppWithGenericLibraryReference.csproj | 2 +- .../macOS/AppWithGenericLibraryReference.csproj | 2 +- .../tvOS/AppWithGenericLibraryReference.csproj | 2 +- .../dotnet/AppWithResources/MacCatalyst/AppWithResources.csproj | 2 +- tests/dotnet/AppWithResources/iOS/AppWithResources.csproj | 2 +- tests/dotnet/AppWithResources/macOS/AppWithResources.csproj | 2 +- tests/dotnet/AppWithResources/tvOS/AppWithResources.csproj | 2 +- tests/dotnet/AppWithXCAssets/MacCatalyst/AppWithXCAssets.csproj | 2 +- tests/dotnet/AppWithXCAssets/iOS/AppWithXCAssets.csproj | 2 +- tests/dotnet/AppWithXCAssets/macOS/AppWithXCAssets.csproj | 2 +- tests/dotnet/AppWithXCAssets/tvOS/AppWithXCAssets.csproj | 2 +- tests/dotnet/BindingOldStyle/MacCatalyst/BindingOldStyle.csproj | 2 +- tests/dotnet/BindingOldStyle/iOS/BindingOldStyle.csproj | 2 +- tests/dotnet/BindingOldStyle/macOS/BindingOldStyle.csproj | 2 +- tests/dotnet/BindingOldStyle/tvOS/BindingOldStyle.csproj | 2 +- .../MacCatalyst/BindingWithDefaultCompileInclude.csproj | 2 +- .../iOS/BindingWithDefaultCompileInclude.csproj | 2 +- .../macOS/BindingWithDefaultCompileInclude.csproj | 2 +- .../tvOS/BindingWithDefaultCompileInclude.csproj | 2 +- tests/dotnet/BundleStructure/MacCatalyst/BundleStructure.csproj | 2 +- tests/dotnet/BundleStructure/iOS/BundleStructure.csproj | 2 +- tests/dotnet/BundleStructure/macOS/BundleStructure.csproj | 2 +- tests/dotnet/BundleStructure/tvOS/BundleStructure.csproj | 2 +- .../MacCatalyst/CentralPackageVersionsApp.csproj | 2 +- .../iOS/CentralPackageVersionsApp.csproj | 2 +- .../macOS/CentralPackageVersionsApp.csproj | 2 +- .../tvOS/CentralPackageVersionsApp.csproj | 2 +- tests/dotnet/ExtensionConsumer/iOS/MySimpleApp.csproj | 2 +- tests/dotnet/ExtensionConsumer/macOS/MySimpleApp.csproj | 2 +- tests/dotnet/ExtensionConsumer/tvOS/MySimpleApp.csproj | 2 +- tests/dotnet/ExtensionProject/iOS/ExtensionProject.csproj | 2 +- tests/dotnet/ExtensionProject/macOS/ExtensionProject.csproj | 2 +- tests/dotnet/ExtensionProject/tvOS/ExtensionProject.csproj | 2 +- tests/dotnet/MyCatalystApp/MyCatalystApp.csproj | 2 +- tests/dotnet/MyClassLibrary/MacCatalyst/MyClassLibrary.csproj | 2 +- tests/dotnet/MyClassLibrary/iOS/MyClassLibrary.csproj | 2 +- tests/dotnet/MyClassLibrary/macOS/MyClassLibrary.csproj | 2 +- tests/dotnet/MyClassLibrary/tvOS/MyClassLibrary.csproj | 2 +- tests/dotnet/MyCocoaApp/MyCocoaApp.csproj | 2 +- .../dotnet/MyInterpretedApp/MacCatalyst/MyInterpretedApp.csproj | 2 +- tests/dotnet/MyInterpretedApp/iOS/MyInterpretedApp.csproj | 2 +- tests/dotnet/MyInterpretedApp/tvOS/MyInterpretedApp.csproj | 2 +- .../MacCatalyst/MyPartialAppManifestApp.csproj | 2 +- .../MyPartialAppManifestApp/iOS/MyPartialAppManifestApp.csproj | 2 +- .../macOS/MyPartialAppManifestApp.csproj | 2 +- .../MyPartialAppManifestApp/tvOS/MyPartialAppManifestApp.csproj | 2 +- .../MacCatalyst/MySatelliteAssembliesLibrary.csproj | 2 +- .../iOS/MySatelliteAssembliesLibrary.csproj | 2 +- .../macOS/MySatelliteAssembliesLibrary.csproj | 2 +- .../tvOS/MySatelliteAssembliesLibrary.csproj | 2 +- tests/dotnet/MySimpleApp/MacCatalyst/MySimpleApp.csproj | 2 +- tests/dotnet/MySimpleApp/iOS/MySimpleApp.csproj | 2 +- tests/dotnet/MySimpleApp/macOS/MySimpleApp.csproj | 2 +- tests/dotnet/MySimpleApp/tvOS/MySimpleApp.csproj | 2 +- .../MacCatalyst/MySimpleAppWithSatelliteReference.csproj | 2 +- .../iOS/MySimpleAppWithSatelliteReference.csproj | 2 +- .../macOS/MySimpleAppWithSatelliteReference.csproj | 2 +- .../tvOS/MySimpleAppWithSatelliteReference.csproj | 2 +- tests/dotnet/MySingleView/MySingleView.csproj | 2 +- tests/dotnet/MyTVApp/MyTVApp.csproj | 2 +- .../iOS/NativeDynamicLibraryReferencesApp.csproj | 2 +- .../macOS/NativeDynamicLibraryReferencesApp.csproj | 2 +- .../NativeFileReferencesApp/iOS/NativeFileReferencesApp.csproj | 2 +- .../macOS/NativeFileReferencesApp.csproj | 2 +- .../iOS/NativeFrameworkReferencesApp.csproj | 2 +- .../macOS/NativeFrameworkReferencesApp.csproj | 2 +- .../iOS/NativeXCFrameworkReferencesApp.csproj | 2 +- .../macOS/NativeXCFrameworkReferencesApp.csproj | 2 +- .../MacCatalyst/SimpleAppWithOldReferences.csproj | 2 +- .../iOS/SimpleAppWithOldReferences.csproj | 2 +- .../macOS/SimpleAppWithOldReferences.csproj | 2 +- .../tvOS/SimpleAppWithOldReferences.csproj | 2 +- tests/dotnet/UnitTests/DotNetUnitTests.csproj | 2 +- .../size-comparison/MySingleView/dotnet/MySingleView.csproj | 2 +- tests/framework-test/dotnet/MacCatalyst/framework-test.csproj | 2 +- tests/framework-test/dotnet/iOS/framework-test.csproj | 2 +- tests/framework-test/dotnet/macOS/framework-test.csproj | 2 +- tests/framework-test/dotnet/tvOS/framework-test.csproj | 2 +- tests/fsharp/dotnet/MacCatalyst/fsharp.fsproj | 2 +- tests/fsharp/dotnet/iOS/fsharp.fsproj | 2 +- tests/fsharp/dotnet/macOS/fsharp.fsproj | 2 +- tests/fsharp/dotnet/tvOS/fsharp.fsproj | 2 +- tests/fsharplibrary/dotnet/MacCatalyst/fsharplibrary.fsproj | 2 +- tests/fsharplibrary/dotnet/iOS/fsharplibrary.fsproj | 2 +- tests/fsharplibrary/dotnet/macOS/fsharplibrary.fsproj | 2 +- tests/fsharplibrary/dotnet/tvOS/fsharplibrary.fsproj | 2 +- .../dotnet/MacCatalyst/interdependent-binding-projects.csproj | 2 +- .../dotnet/iOS/interdependent-binding-projects.csproj | 2 +- .../dotnet/macOS/interdependent-binding-projects.csproj | 2 +- .../dotnet/tvOS/interdependent-binding-projects.csproj | 2 +- tests/introspection/dotnet/MacCatalyst/introspection.csproj | 2 +- tests/introspection/dotnet/iOS/introspection.csproj | 2 +- tests/introspection/dotnet/macOS/introspection.csproj | 2 +- tests/introspection/dotnet/tvOS/introspection.csproj | 2 +- tests/linker/ios/dont link/dotnet/MacCatalyst/dont link.csproj | 2 +- tests/linker/ios/dont link/dotnet/iOS/dont link.csproj | 2 +- tests/linker/ios/dont link/dotnet/macOS/dont link.csproj | 2 +- tests/linker/ios/dont link/dotnet/tvOS/dont link.csproj | 2 +- tests/linker/ios/link all/dotnet/MacCatalyst/link all.csproj | 2 +- tests/linker/ios/link all/dotnet/iOS/link all.csproj | 2 +- tests/linker/ios/link all/dotnet/macOS/link all.csproj | 2 +- tests/linker/ios/link all/dotnet/tvOS/link all.csproj | 2 +- tests/linker/ios/link sdk/dotnet/MacCatalyst/link sdk.csproj | 2 +- tests/linker/ios/link sdk/dotnet/iOS/link sdk.csproj | 2 +- tests/linker/ios/link sdk/dotnet/macOS/link sdk.csproj | 2 +- tests/linker/ios/link sdk/dotnet/tvOS/link sdk.csproj | 2 +- .../ios/trimmode copy/dotnet/MacCatalyst/trimmode copy.csproj | 2 +- tests/linker/ios/trimmode copy/dotnet/iOS/trimmode copy.csproj | 2 +- .../linker/ios/trimmode copy/dotnet/macOS/trimmode copy.csproj | 2 +- tests/linker/ios/trimmode copy/dotnet/tvOS/trimmode copy.csproj | 2 +- .../ios/trimmode link/dotnet/MacCatalyst/trimmode link.csproj | 2 +- tests/linker/ios/trimmode link/dotnet/iOS/trimmode link.csproj | 2 +- .../linker/ios/trimmode link/dotnet/macOS/trimmode link.csproj | 2 +- tests/linker/ios/trimmode link/dotnet/tvOS/trimmode link.csproj | 2 +- tests/monotouch-test/dotnet/MacCatalyst/monotouch-test.csproj | 2 +- tests/monotouch-test/dotnet/iOS/monotouch-test.csproj | 2 +- tests/monotouch-test/dotnet/macOS/monotouch-test.csproj | 2 +- tests/monotouch-test/dotnet/tvOS/monotouch-test.csproj | 2 +- tests/perftest/dotnet/perftest.csproj | 2 +- .../xcframework-test/dotnet/MacCatalyst/xcframework-test.csproj | 2 +- tests/xcframework-test/dotnet/iOS/xcframework-test.csproj | 2 +- tests/xcframework-test/dotnet/macOS/xcframework-test.csproj | 2 +- tests/xcframework-test/dotnet/tvOS/xcframework-test.csproj | 2 +- 188 files changed, 188 insertions(+), 188 deletions(-) diff --git a/tests/BundledResources/dotnet/MacCatalyst/BundledResources.csproj b/tests/BundledResources/dotnet/MacCatalyst/BundledResources.csproj index 1e502d6dec..8031d738ab 100644 --- a/tests/BundledResources/dotnet/MacCatalyst/BundledResources.csproj +++ b/tests/BundledResources/dotnet/MacCatalyst/BundledResources.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/BundledResources/dotnet/iOS/BundledResources.csproj b/tests/BundledResources/dotnet/iOS/BundledResources.csproj index 5b388030f2..d1adcd31bf 100644 --- a/tests/BundledResources/dotnet/iOS/BundledResources.csproj +++ b/tests/BundledResources/dotnet/iOS/BundledResources.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/BundledResources/dotnet/macOS/BundledResources.csproj b/tests/BundledResources/dotnet/macOS/BundledResources.csproj index da190648ff..a7152afc0a 100644 --- a/tests/BundledResources/dotnet/macOS/BundledResources.csproj +++ b/tests/BundledResources/dotnet/macOS/BundledResources.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/BundledResources/dotnet/tvOS/BundledResources.csproj b/tests/BundledResources/dotnet/tvOS/BundledResources.csproj index 940a8d55a0..e9019db664 100644 --- a/tests/BundledResources/dotnet/tvOS/BundledResources.csproj +++ b/tests/BundledResources/dotnet/tvOS/BundledResources.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/EmbeddedResources/dotnet/MacCatalyst/EmbeddedResources.csproj b/tests/EmbeddedResources/dotnet/MacCatalyst/EmbeddedResources.csproj index 1e502d6dec..8031d738ab 100644 --- a/tests/EmbeddedResources/dotnet/MacCatalyst/EmbeddedResources.csproj +++ b/tests/EmbeddedResources/dotnet/MacCatalyst/EmbeddedResources.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/EmbeddedResources/dotnet/iOS/EmbeddedResources.csproj b/tests/EmbeddedResources/dotnet/iOS/EmbeddedResources.csproj index 5b388030f2..d1adcd31bf 100644 --- a/tests/EmbeddedResources/dotnet/iOS/EmbeddedResources.csproj +++ b/tests/EmbeddedResources/dotnet/iOS/EmbeddedResources.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/EmbeddedResources/dotnet/macOS/EmbeddedResources.csproj b/tests/EmbeddedResources/dotnet/macOS/EmbeddedResources.csproj index da190648ff..a7152afc0a 100644 --- a/tests/EmbeddedResources/dotnet/macOS/EmbeddedResources.csproj +++ b/tests/EmbeddedResources/dotnet/macOS/EmbeddedResources.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/EmbeddedResources/dotnet/tvOS/EmbeddedResources.csproj b/tests/EmbeddedResources/dotnet/tvOS/EmbeddedResources.csproj index 940a8d55a0..e9019db664 100644 --- a/tests/EmbeddedResources/dotnet/tvOS/EmbeddedResources.csproj +++ b/tests/EmbeddedResources/dotnet/tvOS/EmbeddedResources.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/bgen/bgen-tests.csproj b/tests/bgen/bgen-tests.csproj index 4a0ccb2e84..9a013c765f 100644 --- a/tests/bgen/bgen-tests.csproj +++ b/tests/bgen/bgen-tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net$(BundledNETCoreAppTargetFrameworkVersion) bgen_tests false diff --git a/tests/bindings-framework-test/dotnet/MacCatalyst/bindings-framework-test.csproj b/tests/bindings-framework-test/dotnet/MacCatalyst/bindings-framework-test.csproj index f356662163..637dbf3909 100644 --- a/tests/bindings-framework-test/dotnet/MacCatalyst/bindings-framework-test.csproj +++ b/tests/bindings-framework-test/dotnet/MacCatalyst/bindings-framework-test.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/bindings-framework-test/dotnet/iOS/bindings-framework-test.csproj b/tests/bindings-framework-test/dotnet/iOS/bindings-framework-test.csproj index 07d0bfb4fb..6bd13ee186 100644 --- a/tests/bindings-framework-test/dotnet/iOS/bindings-framework-test.csproj +++ b/tests/bindings-framework-test/dotnet/iOS/bindings-framework-test.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/bindings-framework-test/dotnet/macOS/bindings-framework-test.csproj b/tests/bindings-framework-test/dotnet/macOS/bindings-framework-test.csproj index f1a8342a15..29307a09fe 100644 --- a/tests/bindings-framework-test/dotnet/macOS/bindings-framework-test.csproj +++ b/tests/bindings-framework-test/dotnet/macOS/bindings-framework-test.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/bindings-framework-test/dotnet/tvOS/bindings-framework-test.csproj b/tests/bindings-framework-test/dotnet/tvOS/bindings-framework-test.csproj index c34d0b9628..5261f8f1c8 100644 --- a/tests/bindings-framework-test/dotnet/tvOS/bindings-framework-test.csproj +++ b/tests/bindings-framework-test/dotnet/tvOS/bindings-framework-test.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/bindings-test/dotnet/MacCatalyst/bindings-test.csproj b/tests/bindings-test/dotnet/MacCatalyst/bindings-test.csproj index 2d41c1d3e7..9afc330269 100644 --- a/tests/bindings-test/dotnet/MacCatalyst/bindings-test.csproj +++ b/tests/bindings-test/dotnet/MacCatalyst/bindings-test.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/bindings-test/dotnet/iOS/bindings-test.csproj b/tests/bindings-test/dotnet/iOS/bindings-test.csproj index 1e6fa35dca..42f37d4ae3 100644 --- a/tests/bindings-test/dotnet/iOS/bindings-test.csproj +++ b/tests/bindings-test/dotnet/iOS/bindings-test.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/bindings-test/dotnet/macOS/bindings-test.csproj b/tests/bindings-test/dotnet/macOS/bindings-test.csproj index 7712aedfa3..96431525bb 100644 --- a/tests/bindings-test/dotnet/macOS/bindings-test.csproj +++ b/tests/bindings-test/dotnet/macOS/bindings-test.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/bindings-test/dotnet/tvOS/bindings-test.csproj b/tests/bindings-test/dotnet/tvOS/bindings-test.csproj index 35f36b872a..83060abb92 100644 --- a/tests/bindings-test/dotnet/tvOS/bindings-test.csproj +++ b/tests/bindings-test/dotnet/tvOS/bindings-test.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/bindings-test2/dotnet/MacCatalyst/bindings-test2.csproj b/tests/bindings-test2/dotnet/MacCatalyst/bindings-test2.csproj index 43fb7a1104..19a46294b6 100644 --- a/tests/bindings-test2/dotnet/MacCatalyst/bindings-test2.csproj +++ b/tests/bindings-test2/dotnet/MacCatalyst/bindings-test2.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/bindings-test2/dotnet/iOS/bindings-test2.csproj b/tests/bindings-test2/dotnet/iOS/bindings-test2.csproj index 1e6fa35dca..42f37d4ae3 100644 --- a/tests/bindings-test2/dotnet/iOS/bindings-test2.csproj +++ b/tests/bindings-test2/dotnet/iOS/bindings-test2.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/bindings-test2/dotnet/macOS/bindings-test2.csproj b/tests/bindings-test2/dotnet/macOS/bindings-test2.csproj index fb6231a143..0b1b176ad8 100644 --- a/tests/bindings-test2/dotnet/macOS/bindings-test2.csproj +++ b/tests/bindings-test2/dotnet/macOS/bindings-test2.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/bindings-test2/dotnet/tvOS/bindings-test2.csproj b/tests/bindings-test2/dotnet/tvOS/bindings-test2.csproj index c34d0b9628..5261f8f1c8 100644 --- a/tests/bindings-test2/dotnet/tvOS/bindings-test2.csproj +++ b/tests/bindings-test2/dotnet/tvOS/bindings-test2.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/bindings-xcframework-test/dotnet/MacCatalyst/bindings-xcframework-test.csproj b/tests/bindings-xcframework-test/dotnet/MacCatalyst/bindings-xcframework-test.csproj index f356662163..637dbf3909 100644 --- a/tests/bindings-xcframework-test/dotnet/MacCatalyst/bindings-xcframework-test.csproj +++ b/tests/bindings-xcframework-test/dotnet/MacCatalyst/bindings-xcframework-test.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/bindings-xcframework-test/dotnet/iOS/bindings-xcframework-test.csproj b/tests/bindings-xcframework-test/dotnet/iOS/bindings-xcframework-test.csproj index 07d0bfb4fb..6bd13ee186 100644 --- a/tests/bindings-xcframework-test/dotnet/iOS/bindings-xcframework-test.csproj +++ b/tests/bindings-xcframework-test/dotnet/iOS/bindings-xcframework-test.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/bindings-xcframework-test/dotnet/macOS/bindings-xcframework-test.csproj b/tests/bindings-xcframework-test/dotnet/macOS/bindings-xcframework-test.csproj index f1a8342a15..29307a09fe 100644 --- a/tests/bindings-xcframework-test/dotnet/macOS/bindings-xcframework-test.csproj +++ b/tests/bindings-xcframework-test/dotnet/macOS/bindings-xcframework-test.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/bindings-xcframework-test/dotnet/tvOS/bindings-xcframework-test.csproj b/tests/bindings-xcframework-test/dotnet/tvOS/bindings-xcframework-test.csproj index c34d0b9628..5261f8f1c8 100644 --- a/tests/bindings-xcframework-test/dotnet/tvOS/bindings-xcframework-test.csproj +++ b/tests/bindings-xcframework-test/dotnet/tvOS/bindings-xcframework-test.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/common/TestProjects/AppWithExtraArgumentThatOverrides/AppWithExtraArgumentThatOverrides.dotnet.csproj b/tests/common/TestProjects/AppWithExtraArgumentThatOverrides/AppWithExtraArgumentThatOverrides.dotnet.csproj index 0c5e89549c..bb7b918dce 100644 --- a/tests/common/TestProjects/AppWithExtraArgumentThatOverrides/AppWithExtraArgumentThatOverrides.dotnet.csproj +++ b/tests/common/TestProjects/AppWithExtraArgumentThatOverrides/AppWithExtraArgumentThatOverrides.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 Exe None diff --git a/tests/common/TestProjects/Bug60536/Bug60536.dotnet.csproj b/tests/common/TestProjects/Bug60536/Bug60536.dotnet.csproj index 917e4e26c2..5c3e39e382 100644 --- a/tests/common/TestProjects/Bug60536/Bug60536.dotnet.csproj +++ b/tests/common/TestProjects/Bug60536/Bug60536.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 Exe 10.3 diff --git a/tests/common/TestProjects/ComplexAssembly/ComplexAssembly.csproj b/tests/common/TestProjects/ComplexAssembly/ComplexAssembly.csproj index e1efb1eec0..7ae6339505 100644 --- a/tests/common/TestProjects/ComplexAssembly/ComplexAssembly.csproj +++ b/tests/common/TestProjects/ComplexAssembly/ComplexAssembly.csproj @@ -1,7 +1,7 @@ - net6.0 + net$(BundledNETCoreAppTargetFrameworkVersion) latest Library diff --git a/tests/common/TestProjects/My Spaced App/My Spaced App.dotnet.csproj b/tests/common/TestProjects/My Spaced App/My Spaced App.dotnet.csproj index ec756008f3..8a2b3b54a6 100644 --- a/tests/common/TestProjects/My Spaced App/My Spaced App.dotnet.csproj +++ b/tests/common/TestProjects/My Spaced App/My Spaced App.dotnet.csproj @@ -2,7 +2,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 Exe MySpacedApp diff --git a/tests/common/TestProjects/MyActionExtension/MyActionExtension.dotnet.csproj b/tests/common/TestProjects/MyActionExtension/MyActionExtension.dotnet.csproj index 29926113eb..cdc31794f9 100644 --- a/tests/common/TestProjects/MyActionExtension/MyActionExtension.dotnet.csproj +++ b/tests/common/TestProjects/MyActionExtension/MyActionExtension.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 true 10.0 diff --git a/tests/common/TestProjects/MyAppWithPackageReference/MyAppWithPackageReference.dotnet.csproj b/tests/common/TestProjects/MyAppWithPackageReference/MyAppWithPackageReference.dotnet.csproj index f7fabe9d48..b8697d1f84 100644 --- a/tests/common/TestProjects/MyAppWithPackageReference/MyAppWithPackageReference.dotnet.csproj +++ b/tests/common/TestProjects/MyAppWithPackageReference/MyAppWithPackageReference.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 Exe 10.0 diff --git a/tests/common/TestProjects/MyCoreMLApp/MyCoreMLApp.dotnet.csproj b/tests/common/TestProjects/MyCoreMLApp/MyCoreMLApp.dotnet.csproj index f0ac025a7d..d1cb5ba884 100644 --- a/tests/common/TestProjects/MyCoreMLApp/MyCoreMLApp.dotnet.csproj +++ b/tests/common/TestProjects/MyCoreMLApp/MyCoreMLApp.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 Exe 11.0 diff --git a/tests/common/TestProjects/MyDocumentPickerExtension/MyDocumentPickerExtension.dotnet.csproj b/tests/common/TestProjects/MyDocumentPickerExtension/MyDocumentPickerExtension.dotnet.csproj index 29926113eb..cdc31794f9 100644 --- a/tests/common/TestProjects/MyDocumentPickerExtension/MyDocumentPickerExtension.dotnet.csproj +++ b/tests/common/TestProjects/MyDocumentPickerExtension/MyDocumentPickerExtension.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 true 10.0 diff --git a/tests/common/TestProjects/MyExtensionWithPackageReference/MyExtensionWithPackageReference.dotnet.csproj b/tests/common/TestProjects/MyExtensionWithPackageReference/MyExtensionWithPackageReference.dotnet.csproj index 655b20aab2..c6a1a4886a 100644 --- a/tests/common/TestProjects/MyExtensionWithPackageReference/MyExtensionWithPackageReference.dotnet.csproj +++ b/tests/common/TestProjects/MyExtensionWithPackageReference/MyExtensionWithPackageReference.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 true 10.0 diff --git a/tests/common/TestProjects/MyIBToolLinkTest/MyIBToolLinkTest.dotnet.csproj b/tests/common/TestProjects/MyIBToolLinkTest/MyIBToolLinkTest.dotnet.csproj index 7afdaf2d94..a17cefcd80 100644 --- a/tests/common/TestProjects/MyIBToolLinkTest/MyIBToolLinkTest.dotnet.csproj +++ b/tests/common/TestProjects/MyIBToolLinkTest/MyIBToolLinkTest.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios Exe iossimulator-x64 10.0 diff --git a/tests/common/TestProjects/MyKeyboardExtension/MyKeyboardExtension.dotnet.csproj b/tests/common/TestProjects/MyKeyboardExtension/MyKeyboardExtension.dotnet.csproj index 47d5c91798..18a5dc805d 100644 --- a/tests/common/TestProjects/MyKeyboardExtension/MyKeyboardExtension.dotnet.csproj +++ b/tests/common/TestProjects/MyKeyboardExtension/MyKeyboardExtension.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 true 9.3 diff --git a/tests/common/TestProjects/MyLinkedAssets/MyLinkedAssets.dotnet.csproj b/tests/common/TestProjects/MyLinkedAssets/MyLinkedAssets.dotnet.csproj index 860d5dddee..a59c7eb10b 100644 --- a/tests/common/TestProjects/MyLinkedAssets/MyLinkedAssets.dotnet.csproj +++ b/tests/common/TestProjects/MyLinkedAssets/MyLinkedAssets.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 Exe 10.2 diff --git a/tests/common/TestProjects/MyMasterDetailApp/MyMasterDetailApp.dotnet.csproj b/tests/common/TestProjects/MyMasterDetailApp/MyMasterDetailApp.dotnet.csproj index 50857e1851..211eda57e6 100644 --- a/tests/common/TestProjects/MyMasterDetailApp/MyMasterDetailApp.dotnet.csproj +++ b/tests/common/TestProjects/MyMasterDetailApp/MyMasterDetailApp.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 Exe 10.0 diff --git a/tests/common/TestProjects/MyMetalGame/MyMetalGame.dotnet.csproj b/tests/common/TestProjects/MyMetalGame/MyMetalGame.dotnet.csproj index 966c8caeee..bebe72c808 100644 --- a/tests/common/TestProjects/MyMetalGame/MyMetalGame.dotnet.csproj +++ b/tests/common/TestProjects/MyMetalGame/MyMetalGame.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 Exe 10.0 diff --git a/tests/common/TestProjects/MyOpenGLApp/MyOpenGLApp.dotnet.csproj b/tests/common/TestProjects/MyOpenGLApp/MyOpenGLApp.dotnet.csproj index a596be20c9..854910273c 100644 --- a/tests/common/TestProjects/MyOpenGLApp/MyOpenGLApp.dotnet.csproj +++ b/tests/common/TestProjects/MyOpenGLApp/MyOpenGLApp.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 Exe 8.0 diff --git a/tests/common/TestProjects/MyPhotoEditingExtension/MyPhotoEditingExtension.dotnet.csproj b/tests/common/TestProjects/MyPhotoEditingExtension/MyPhotoEditingExtension.dotnet.csproj index 29926113eb..cdc31794f9 100644 --- a/tests/common/TestProjects/MyPhotoEditingExtension/MyPhotoEditingExtension.dotnet.csproj +++ b/tests/common/TestProjects/MyPhotoEditingExtension/MyPhotoEditingExtension.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 true 10.0 diff --git a/tests/common/TestProjects/MyReleaseBuild/MyReleaseBuild.dotnet.csproj b/tests/common/TestProjects/MyReleaseBuild/MyReleaseBuild.dotnet.csproj index 0516c6f06e..54bd7556f4 100644 --- a/tests/common/TestProjects/MyReleaseBuild/MyReleaseBuild.dotnet.csproj +++ b/tests/common/TestProjects/MyReleaseBuild/MyReleaseBuild.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 Exe 10.0 diff --git a/tests/common/TestProjects/MySceneKitApp/MySceneKitApp.dotnet.csproj b/tests/common/TestProjects/MySceneKitApp/MySceneKitApp.dotnet.csproj index f0ac025a7d..d1cb5ba884 100644 --- a/tests/common/TestProjects/MySceneKitApp/MySceneKitApp.dotnet.csproj +++ b/tests/common/TestProjects/MySceneKitApp/MySceneKitApp.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 Exe 11.0 diff --git a/tests/common/TestProjects/MyShareExtension/MyShareExtension.dotnet.csproj b/tests/common/TestProjects/MyShareExtension/MyShareExtension.dotnet.csproj index 29926113eb..cdc31794f9 100644 --- a/tests/common/TestProjects/MyShareExtension/MyShareExtension.dotnet.csproj +++ b/tests/common/TestProjects/MyShareExtension/MyShareExtension.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 true 10.0 diff --git a/tests/common/TestProjects/MySingleView/MyLibrary/MyLibrary.dotnet.csproj b/tests/common/TestProjects/MySingleView/MyLibrary/MyLibrary.dotnet.csproj index cdfef80588..77ff2fc2ab 100644 --- a/tests/common/TestProjects/MySingleView/MyLibrary/MyLibrary.dotnet.csproj +++ b/tests/common/TestProjects/MySingleView/MyLibrary/MyLibrary.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios Library diff --git a/tests/common/TestProjects/MySingleView/MySingleView.dotnet.csproj b/tests/common/TestProjects/MySingleView/MySingleView.dotnet.csproj index 6e8527708e..af1853d0b2 100644 --- a/tests/common/TestProjects/MySingleView/MySingleView.dotnet.csproj +++ b/tests/common/TestProjects/MySingleView/MySingleView.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios Exe iossimulator-x64 $(DefaultItemExcludes);MyLibrary\** diff --git a/tests/common/TestProjects/MySpriteKitGame/MySpriteKitGame.dotnet.csproj b/tests/common/TestProjects/MySpriteKitGame/MySpriteKitGame.dotnet.csproj index c7cc33d42c..4982154dab 100644 --- a/tests/common/TestProjects/MySpriteKitGame/MySpriteKitGame.dotnet.csproj +++ b/tests/common/TestProjects/MySpriteKitGame/MySpriteKitGame.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 Exe 10.0 diff --git a/tests/common/TestProjects/MyTVApp/MyTVApp.dotnet.csproj b/tests/common/TestProjects/MyTVApp/MyTVApp.dotnet.csproj index 0be0a940df..d8eca6b9ae 100644 --- a/tests/common/TestProjects/MyTVApp/MyTVApp.dotnet.csproj +++ b/tests/common/TestProjects/MyTVApp/MyTVApp.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos tvossimulator-x64 Exe 10.0 diff --git a/tests/common/TestProjects/MyTVMetalGame/MyTVMetalGame.dotnet.csproj b/tests/common/TestProjects/MyTVMetalGame/MyTVMetalGame.dotnet.csproj index d91fb5ccc4..2b9ae67279 100644 --- a/tests/common/TestProjects/MyTVMetalGame/MyTVMetalGame.dotnet.csproj +++ b/tests/common/TestProjects/MyTVMetalGame/MyTVMetalGame.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos Exe tvossimulator-x64 13.0 diff --git a/tests/common/TestProjects/MyTVServicesExtension/MyTVServicesExtension.dotnet.csproj b/tests/common/TestProjects/MyTVServicesExtension/MyTVServicesExtension.dotnet.csproj index fb9f24f818..0be3641589 100644 --- a/tests/common/TestProjects/MyTVServicesExtension/MyTVServicesExtension.dotnet.csproj +++ b/tests/common/TestProjects/MyTVServicesExtension/MyTVServicesExtension.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos tvossimulator-x64 true 10.0 diff --git a/tests/common/TestProjects/MyTabbedApplication/MyTabbedApplication.dotnet.csproj b/tests/common/TestProjects/MyTabbedApplication/MyTabbedApplication.dotnet.csproj index 1cc0785c9c..f0f19d945c 100644 --- a/tests/common/TestProjects/MyTabbedApplication/MyTabbedApplication.dotnet.csproj +++ b/tests/common/TestProjects/MyTabbedApplication/MyTabbedApplication.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 Exe 10.0 diff --git a/tests/common/TestProjects/MyTodayExtension/MyTodayExtension.dotnet.csproj b/tests/common/TestProjects/MyTodayExtension/MyTodayExtension.dotnet.csproj index c14986222c..8770e7e338 100644 --- a/tests/common/TestProjects/MyTodayExtension/MyTodayExtension.dotnet.csproj +++ b/tests/common/TestProjects/MyTodayExtension/MyTodayExtension.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 true 8.0 diff --git a/tests/common/TestProjects/MyWatch2Container/MyWatch2Container.dotnet.csproj b/tests/common/TestProjects/MyWatch2Container/MyWatch2Container.dotnet.csproj index df92cc4e90..e7cb33b82d 100644 --- a/tests/common/TestProjects/MyWatch2Container/MyWatch2Container.dotnet.csproj +++ b/tests/common/TestProjects/MyWatch2Container/MyWatch2Container.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 Exe 9.0 diff --git a/tests/common/TestProjects/MyWatchApp2/MyWatchApp2.dotnet.csproj b/tests/common/TestProjects/MyWatchApp2/MyWatchApp2.dotnet.csproj index 36a5a0ca7a..fcfa15ce4a 100644 --- a/tests/common/TestProjects/MyWatchApp2/MyWatchApp2.dotnet.csproj +++ b/tests/common/TestProjects/MyWatchApp2/MyWatchApp2.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-watchos + net$(BundledNETCoreAppTargetFrameworkVersion)-watchos watchos-x86 true diff --git a/tests/common/TestProjects/MyWatchKit2Extension/MyWatchKit2Extension.dotnet.csproj b/tests/common/TestProjects/MyWatchKit2Extension/MyWatchKit2Extension.dotnet.csproj index dbaf7cbbbc..8e0f6a914e 100644 --- a/tests/common/TestProjects/MyWatchKit2Extension/MyWatchKit2Extension.dotnet.csproj +++ b/tests/common/TestProjects/MyWatchKit2Extension/MyWatchKit2Extension.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-watchos + net$(BundledNETCoreAppTargetFrameworkVersion)-watchos watchos-x86 true diff --git a/tests/common/TestProjects/MyWatchKit2IntentsExtension/MyWatchKit2IntentsExtension.dotnet.csproj b/tests/common/TestProjects/MyWatchKit2IntentsExtension/MyWatchKit2IntentsExtension.dotnet.csproj index c1c5751216..c992e41413 100644 --- a/tests/common/TestProjects/MyWatchKit2IntentsExtension/MyWatchKit2IntentsExtension.dotnet.csproj +++ b/tests/common/TestProjects/MyWatchKit2IntentsExtension/MyWatchKit2IntentsExtension.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-watchos + net$(BundledNETCoreAppTargetFrameworkVersion)-watchos watchos-x86 true diff --git a/tests/common/TestProjects/MyWebViewApp/MyWebViewApp.dotnet.csproj b/tests/common/TestProjects/MyWebViewApp/MyWebViewApp.dotnet.csproj index ad495cd757..efcc922d93 100644 --- a/tests/common/TestProjects/MyWebViewApp/MyWebViewApp.dotnet.csproj +++ b/tests/common/TestProjects/MyWebViewApp/MyWebViewApp.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 Exe 10.0 diff --git a/tests/common/TestProjects/MyXamarinFormsApp/MyXamarinFormsApp.dotnet.csproj b/tests/common/TestProjects/MyXamarinFormsApp/MyXamarinFormsApp.dotnet.csproj index 0c9e7d4b9e..bac6c65a26 100644 --- a/tests/common/TestProjects/MyXamarinFormsApp/MyXamarinFormsApp.dotnet.csproj +++ b/tests/common/TestProjects/MyXamarinFormsApp/MyXamarinFormsApp.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 Exe false diff --git a/tests/common/TestProjects/MyiOSAppWithBinding/MyiOSAppWithBinding.dotnet.csproj b/tests/common/TestProjects/MyiOSAppWithBinding/MyiOSAppWithBinding.dotnet.csproj index 4be93eea83..a368f2d649 100644 --- a/tests/common/TestProjects/MyiOSAppWithBinding/MyiOSAppWithBinding.dotnet.csproj +++ b/tests/common/TestProjects/MyiOSAppWithBinding/MyiOSAppWithBinding.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 Exe 10.0 diff --git a/tests/common/TestProjects/MyiOSFrameworkBinding/MyiOSFrameworkBinding.dotnet.csproj b/tests/common/TestProjects/MyiOSFrameworkBinding/MyiOSFrameworkBinding.dotnet.csproj index 07d1212dea..dfeeb75927 100644 --- a/tests/common/TestProjects/MyiOSFrameworkBinding/MyiOSFrameworkBinding.dotnet.csproj +++ b/tests/common/TestProjects/MyiOSFrameworkBinding/MyiOSFrameworkBinding.dotnet.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 true true diff --git a/tests/dotnet/AppWithGenericLibraryReference/Library/MacCatalyst/Library.csproj b/tests/dotnet/AppWithGenericLibraryReference/Library/MacCatalyst/Library.csproj index e3cd5d2a44..faa6184b52 100644 --- a/tests/dotnet/AppWithGenericLibraryReference/Library/MacCatalyst/Library.csproj +++ b/tests/dotnet/AppWithGenericLibraryReference/Library/MacCatalyst/Library.csproj @@ -2,7 +2,7 @@ - net6.0-macos;netstandard2.1 + net$(BundledNETCoreAppTargetFrameworkVersion)-macos;netstandard2.1 diff --git a/tests/dotnet/AppWithGenericLibraryReference/Library/iOS/Library.csproj b/tests/dotnet/AppWithGenericLibraryReference/Library/iOS/Library.csproj index e3cd5d2a44..faa6184b52 100644 --- a/tests/dotnet/AppWithGenericLibraryReference/Library/iOS/Library.csproj +++ b/tests/dotnet/AppWithGenericLibraryReference/Library/iOS/Library.csproj @@ -2,7 +2,7 @@ - net6.0-macos;netstandard2.1 + net$(BundledNETCoreAppTargetFrameworkVersion)-macos;netstandard2.1 diff --git a/tests/dotnet/AppWithGenericLibraryReference/Library/macOS/Library.csproj b/tests/dotnet/AppWithGenericLibraryReference/Library/macOS/Library.csproj index 30ecf46773..f1ade9dbdf 100644 --- a/tests/dotnet/AppWithGenericLibraryReference/Library/macOS/Library.csproj +++ b/tests/dotnet/AppWithGenericLibraryReference/Library/macOS/Library.csproj @@ -2,7 +2,7 @@ - net6.0-ios;netstandard2.1 + net$(BundledNETCoreAppTargetFrameworkVersion)-ios;netstandard2.1 diff --git a/tests/dotnet/AppWithGenericLibraryReference/Library/tvOS/Library.csproj b/tests/dotnet/AppWithGenericLibraryReference/Library/tvOS/Library.csproj index e3cd5d2a44..faa6184b52 100644 --- a/tests/dotnet/AppWithGenericLibraryReference/Library/tvOS/Library.csproj +++ b/tests/dotnet/AppWithGenericLibraryReference/Library/tvOS/Library.csproj @@ -2,7 +2,7 @@ - net6.0-macos;netstandard2.1 + net$(BundledNETCoreAppTargetFrameworkVersion)-macos;netstandard2.1 diff --git a/tests/dotnet/AppWithGenericLibraryReference/MacCatalyst/AppWithGenericLibraryReference.csproj b/tests/dotnet/AppWithGenericLibraryReference/MacCatalyst/AppWithGenericLibraryReference.csproj index ccebf1f778..6b0e2c7731 100644 --- a/tests/dotnet/AppWithGenericLibraryReference/MacCatalyst/AppWithGenericLibraryReference.csproj +++ b/tests/dotnet/AppWithGenericLibraryReference/MacCatalyst/AppWithGenericLibraryReference.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/dotnet/AppWithGenericLibraryReference/iOS/AppWithGenericLibraryReference.csproj b/tests/dotnet/AppWithGenericLibraryReference/iOS/AppWithGenericLibraryReference.csproj index bbb942faa1..86d408734a 100644 --- a/tests/dotnet/AppWithGenericLibraryReference/iOS/AppWithGenericLibraryReference.csproj +++ b/tests/dotnet/AppWithGenericLibraryReference/iOS/AppWithGenericLibraryReference.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/dotnet/AppWithGenericLibraryReference/macOS/AppWithGenericLibraryReference.csproj b/tests/dotnet/AppWithGenericLibraryReference/macOS/AppWithGenericLibraryReference.csproj index 56f7fe0d8c..a77287b9ba 100644 --- a/tests/dotnet/AppWithGenericLibraryReference/macOS/AppWithGenericLibraryReference.csproj +++ b/tests/dotnet/AppWithGenericLibraryReference/macOS/AppWithGenericLibraryReference.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/dotnet/AppWithGenericLibraryReference/tvOS/AppWithGenericLibraryReference.csproj b/tests/dotnet/AppWithGenericLibraryReference/tvOS/AppWithGenericLibraryReference.csproj index 940a8d55a0..e9019db664 100644 --- a/tests/dotnet/AppWithGenericLibraryReference/tvOS/AppWithGenericLibraryReference.csproj +++ b/tests/dotnet/AppWithGenericLibraryReference/tvOS/AppWithGenericLibraryReference.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/dotnet/AppWithResources/MacCatalyst/AppWithResources.csproj b/tests/dotnet/AppWithResources/MacCatalyst/AppWithResources.csproj index ccebf1f778..6b0e2c7731 100644 --- a/tests/dotnet/AppWithResources/MacCatalyst/AppWithResources.csproj +++ b/tests/dotnet/AppWithResources/MacCatalyst/AppWithResources.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/dotnet/AppWithResources/iOS/AppWithResources.csproj b/tests/dotnet/AppWithResources/iOS/AppWithResources.csproj index 7f4b4f5084..e11eb7661a 100644 --- a/tests/dotnet/AppWithResources/iOS/AppWithResources.csproj +++ b/tests/dotnet/AppWithResources/iOS/AppWithResources.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/dotnet/AppWithResources/macOS/AppWithResources.csproj b/tests/dotnet/AppWithResources/macOS/AppWithResources.csproj index 0af05cf82e..5205b33510 100644 --- a/tests/dotnet/AppWithResources/macOS/AppWithResources.csproj +++ b/tests/dotnet/AppWithResources/macOS/AppWithResources.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/dotnet/AppWithResources/tvOS/AppWithResources.csproj b/tests/dotnet/AppWithResources/tvOS/AppWithResources.csproj index 940a8d55a0..e9019db664 100644 --- a/tests/dotnet/AppWithResources/tvOS/AppWithResources.csproj +++ b/tests/dotnet/AppWithResources/tvOS/AppWithResources.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/dotnet/AppWithXCAssets/MacCatalyst/AppWithXCAssets.csproj b/tests/dotnet/AppWithXCAssets/MacCatalyst/AppWithXCAssets.csproj index ccebf1f778..6b0e2c7731 100644 --- a/tests/dotnet/AppWithXCAssets/MacCatalyst/AppWithXCAssets.csproj +++ b/tests/dotnet/AppWithXCAssets/MacCatalyst/AppWithXCAssets.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/dotnet/AppWithXCAssets/iOS/AppWithXCAssets.csproj b/tests/dotnet/AppWithXCAssets/iOS/AppWithXCAssets.csproj index 7f4b4f5084..e11eb7661a 100644 --- a/tests/dotnet/AppWithXCAssets/iOS/AppWithXCAssets.csproj +++ b/tests/dotnet/AppWithXCAssets/iOS/AppWithXCAssets.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/dotnet/AppWithXCAssets/macOS/AppWithXCAssets.csproj b/tests/dotnet/AppWithXCAssets/macOS/AppWithXCAssets.csproj index 0af05cf82e..5205b33510 100644 --- a/tests/dotnet/AppWithXCAssets/macOS/AppWithXCAssets.csproj +++ b/tests/dotnet/AppWithXCAssets/macOS/AppWithXCAssets.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/dotnet/AppWithXCAssets/tvOS/AppWithXCAssets.csproj b/tests/dotnet/AppWithXCAssets/tvOS/AppWithXCAssets.csproj index 940a8d55a0..e9019db664 100644 --- a/tests/dotnet/AppWithXCAssets/tvOS/AppWithXCAssets.csproj +++ b/tests/dotnet/AppWithXCAssets/tvOS/AppWithXCAssets.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/dotnet/BindingOldStyle/MacCatalyst/BindingOldStyle.csproj b/tests/dotnet/BindingOldStyle/MacCatalyst/BindingOldStyle.csproj index 1a4c8207fc..02fabd2f82 100644 --- a/tests/dotnet/BindingOldStyle/MacCatalyst/BindingOldStyle.csproj +++ b/tests/dotnet/BindingOldStyle/MacCatalyst/BindingOldStyle.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/dotnet/BindingOldStyle/iOS/BindingOldStyle.csproj b/tests/dotnet/BindingOldStyle/iOS/BindingOldStyle.csproj index 53d9b77e6e..bb9259517c 100644 --- a/tests/dotnet/BindingOldStyle/iOS/BindingOldStyle.csproj +++ b/tests/dotnet/BindingOldStyle/iOS/BindingOldStyle.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/dotnet/BindingOldStyle/macOS/BindingOldStyle.csproj b/tests/dotnet/BindingOldStyle/macOS/BindingOldStyle.csproj index 83a074896a..71b28ba48c 100644 --- a/tests/dotnet/BindingOldStyle/macOS/BindingOldStyle.csproj +++ b/tests/dotnet/BindingOldStyle/macOS/BindingOldStyle.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/dotnet/BindingOldStyle/tvOS/BindingOldStyle.csproj b/tests/dotnet/BindingOldStyle/tvOS/BindingOldStyle.csproj index 7d0ef2338f..a2945d2a2e 100644 --- a/tests/dotnet/BindingOldStyle/tvOS/BindingOldStyle.csproj +++ b/tests/dotnet/BindingOldStyle/tvOS/BindingOldStyle.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/dotnet/BindingWithDefaultCompileInclude/MacCatalyst/BindingWithDefaultCompileInclude.csproj b/tests/dotnet/BindingWithDefaultCompileInclude/MacCatalyst/BindingWithDefaultCompileInclude.csproj index 1a4c8207fc..02fabd2f82 100644 --- a/tests/dotnet/BindingWithDefaultCompileInclude/MacCatalyst/BindingWithDefaultCompileInclude.csproj +++ b/tests/dotnet/BindingWithDefaultCompileInclude/MacCatalyst/BindingWithDefaultCompileInclude.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/dotnet/BindingWithDefaultCompileInclude/iOS/BindingWithDefaultCompileInclude.csproj b/tests/dotnet/BindingWithDefaultCompileInclude/iOS/BindingWithDefaultCompileInclude.csproj index 53d9b77e6e..bb9259517c 100644 --- a/tests/dotnet/BindingWithDefaultCompileInclude/iOS/BindingWithDefaultCompileInclude.csproj +++ b/tests/dotnet/BindingWithDefaultCompileInclude/iOS/BindingWithDefaultCompileInclude.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/dotnet/BindingWithDefaultCompileInclude/macOS/BindingWithDefaultCompileInclude.csproj b/tests/dotnet/BindingWithDefaultCompileInclude/macOS/BindingWithDefaultCompileInclude.csproj index 83a074896a..71b28ba48c 100644 --- a/tests/dotnet/BindingWithDefaultCompileInclude/macOS/BindingWithDefaultCompileInclude.csproj +++ b/tests/dotnet/BindingWithDefaultCompileInclude/macOS/BindingWithDefaultCompileInclude.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/dotnet/BindingWithDefaultCompileInclude/tvOS/BindingWithDefaultCompileInclude.csproj b/tests/dotnet/BindingWithDefaultCompileInclude/tvOS/BindingWithDefaultCompileInclude.csproj index 7d0ef2338f..a2945d2a2e 100644 --- a/tests/dotnet/BindingWithDefaultCompileInclude/tvOS/BindingWithDefaultCompileInclude.csproj +++ b/tests/dotnet/BindingWithDefaultCompileInclude/tvOS/BindingWithDefaultCompileInclude.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/dotnet/BundleStructure/MacCatalyst/BundleStructure.csproj b/tests/dotnet/BundleStructure/MacCatalyst/BundleStructure.csproj index ccebf1f778..6b0e2c7731 100644 --- a/tests/dotnet/BundleStructure/MacCatalyst/BundleStructure.csproj +++ b/tests/dotnet/BundleStructure/MacCatalyst/BundleStructure.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/dotnet/BundleStructure/iOS/BundleStructure.csproj b/tests/dotnet/BundleStructure/iOS/BundleStructure.csproj index bbb942faa1..86d408734a 100644 --- a/tests/dotnet/BundleStructure/iOS/BundleStructure.csproj +++ b/tests/dotnet/BundleStructure/iOS/BundleStructure.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/dotnet/BundleStructure/macOS/BundleStructure.csproj b/tests/dotnet/BundleStructure/macOS/BundleStructure.csproj index 0af05cf82e..5205b33510 100644 --- a/tests/dotnet/BundleStructure/macOS/BundleStructure.csproj +++ b/tests/dotnet/BundleStructure/macOS/BundleStructure.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/dotnet/BundleStructure/tvOS/BundleStructure.csproj b/tests/dotnet/BundleStructure/tvOS/BundleStructure.csproj index 940a8d55a0..e9019db664 100644 --- a/tests/dotnet/BundleStructure/tvOS/BundleStructure.csproj +++ b/tests/dotnet/BundleStructure/tvOS/BundleStructure.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/dotnet/CentralPackageVersionsApp/MacCatalyst/CentralPackageVersionsApp.csproj b/tests/dotnet/CentralPackageVersionsApp/MacCatalyst/CentralPackageVersionsApp.csproj index 02afb2f954..9146ec2306 100644 --- a/tests/dotnet/CentralPackageVersionsApp/MacCatalyst/CentralPackageVersionsApp.csproj +++ b/tests/dotnet/CentralPackageVersionsApp/MacCatalyst/CentralPackageVersionsApp.csproj @@ -2,7 +2,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/dotnet/CentralPackageVersionsApp/iOS/CentralPackageVersionsApp.csproj b/tests/dotnet/CentralPackageVersionsApp/iOS/CentralPackageVersionsApp.csproj index e0e9f5539f..1ce755af9e 100644 --- a/tests/dotnet/CentralPackageVersionsApp/iOS/CentralPackageVersionsApp.csproj +++ b/tests/dotnet/CentralPackageVersionsApp/iOS/CentralPackageVersionsApp.csproj @@ -2,7 +2,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/dotnet/CentralPackageVersionsApp/macOS/CentralPackageVersionsApp.csproj b/tests/dotnet/CentralPackageVersionsApp/macOS/CentralPackageVersionsApp.csproj index b071f13e3a..391feb6d1b 100644 --- a/tests/dotnet/CentralPackageVersionsApp/macOS/CentralPackageVersionsApp.csproj +++ b/tests/dotnet/CentralPackageVersionsApp/macOS/CentralPackageVersionsApp.csproj @@ -2,7 +2,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/dotnet/CentralPackageVersionsApp/tvOS/CentralPackageVersionsApp.csproj b/tests/dotnet/CentralPackageVersionsApp/tvOS/CentralPackageVersionsApp.csproj index 1029baa27b..a441004a08 100644 --- a/tests/dotnet/CentralPackageVersionsApp/tvOS/CentralPackageVersionsApp.csproj +++ b/tests/dotnet/CentralPackageVersionsApp/tvOS/CentralPackageVersionsApp.csproj @@ -2,7 +2,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/dotnet/ExtensionConsumer/iOS/MySimpleApp.csproj b/tests/dotnet/ExtensionConsumer/iOS/MySimpleApp.csproj index bbb942faa1..86d408734a 100644 --- a/tests/dotnet/ExtensionConsumer/iOS/MySimpleApp.csproj +++ b/tests/dotnet/ExtensionConsumer/iOS/MySimpleApp.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/dotnet/ExtensionConsumer/macOS/MySimpleApp.csproj b/tests/dotnet/ExtensionConsumer/macOS/MySimpleApp.csproj index 0af05cf82e..5205b33510 100644 --- a/tests/dotnet/ExtensionConsumer/macOS/MySimpleApp.csproj +++ b/tests/dotnet/ExtensionConsumer/macOS/MySimpleApp.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/dotnet/ExtensionConsumer/tvOS/MySimpleApp.csproj b/tests/dotnet/ExtensionConsumer/tvOS/MySimpleApp.csproj index 940a8d55a0..e9019db664 100644 --- a/tests/dotnet/ExtensionConsumer/tvOS/MySimpleApp.csproj +++ b/tests/dotnet/ExtensionConsumer/tvOS/MySimpleApp.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/dotnet/ExtensionProject/iOS/ExtensionProject.csproj b/tests/dotnet/ExtensionProject/iOS/ExtensionProject.csproj index 5b388030f2..d1adcd31bf 100644 --- a/tests/dotnet/ExtensionProject/iOS/ExtensionProject.csproj +++ b/tests/dotnet/ExtensionProject/iOS/ExtensionProject.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/dotnet/ExtensionProject/macOS/ExtensionProject.csproj b/tests/dotnet/ExtensionProject/macOS/ExtensionProject.csproj index f446f54ac6..d76509fcd0 100644 --- a/tests/dotnet/ExtensionProject/macOS/ExtensionProject.csproj +++ b/tests/dotnet/ExtensionProject/macOS/ExtensionProject.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos $(SourceDirectory)Entitlements.plist diff --git a/tests/dotnet/ExtensionProject/tvOS/ExtensionProject.csproj b/tests/dotnet/ExtensionProject/tvOS/ExtensionProject.csproj index 940a8d55a0..e9019db664 100644 --- a/tests/dotnet/ExtensionProject/tvOS/ExtensionProject.csproj +++ b/tests/dotnet/ExtensionProject/tvOS/ExtensionProject.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/dotnet/MyCatalystApp/MyCatalystApp.csproj b/tests/dotnet/MyCatalystApp/MyCatalystApp.csproj index bfb29c25e2..7fdb79a693 100644 --- a/tests/dotnet/MyCatalystApp/MyCatalystApp.csproj +++ b/tests/dotnet/MyCatalystApp/MyCatalystApp.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst maccatalyst-x64 Exe diff --git a/tests/dotnet/MyClassLibrary/MacCatalyst/MyClassLibrary.csproj b/tests/dotnet/MyClassLibrary/MacCatalyst/MyClassLibrary.csproj index 98c1e47dab..7be9f661ca 100644 --- a/tests/dotnet/MyClassLibrary/MacCatalyst/MyClassLibrary.csproj +++ b/tests/dotnet/MyClassLibrary/MacCatalyst/MyClassLibrary.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/dotnet/MyClassLibrary/iOS/MyClassLibrary.csproj b/tests/dotnet/MyClassLibrary/iOS/MyClassLibrary.csproj index 976f18e2cf..49973d8001 100644 --- a/tests/dotnet/MyClassLibrary/iOS/MyClassLibrary.csproj +++ b/tests/dotnet/MyClassLibrary/iOS/MyClassLibrary.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/dotnet/MyClassLibrary/macOS/MyClassLibrary.csproj b/tests/dotnet/MyClassLibrary/macOS/MyClassLibrary.csproj index c289a16f6e..e96b468d22 100644 --- a/tests/dotnet/MyClassLibrary/macOS/MyClassLibrary.csproj +++ b/tests/dotnet/MyClassLibrary/macOS/MyClassLibrary.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/dotnet/MyClassLibrary/tvOS/MyClassLibrary.csproj b/tests/dotnet/MyClassLibrary/tvOS/MyClassLibrary.csproj index e7f6deb5fa..ca0ea4efc3 100644 --- a/tests/dotnet/MyClassLibrary/tvOS/MyClassLibrary.csproj +++ b/tests/dotnet/MyClassLibrary/tvOS/MyClassLibrary.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/dotnet/MyCocoaApp/MyCocoaApp.csproj b/tests/dotnet/MyCocoaApp/MyCocoaApp.csproj index 725ef55500..80e902bf4a 100644 --- a/tests/dotnet/MyCocoaApp/MyCocoaApp.csproj +++ b/tests/dotnet/MyCocoaApp/MyCocoaApp.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos Exe 10.14 diff --git a/tests/dotnet/MyInterpretedApp/MacCatalyst/MyInterpretedApp.csproj b/tests/dotnet/MyInterpretedApp/MacCatalyst/MyInterpretedApp.csproj index 8e66a9f438..a69fff2372 100644 --- a/tests/dotnet/MyInterpretedApp/MacCatalyst/MyInterpretedApp.csproj +++ b/tests/dotnet/MyInterpretedApp/MacCatalyst/MyInterpretedApp.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst maccatalyst-arm64 diff --git a/tests/dotnet/MyInterpretedApp/iOS/MyInterpretedApp.csproj b/tests/dotnet/MyInterpretedApp/iOS/MyInterpretedApp.csproj index 79efbc425b..500e51fa97 100644 --- a/tests/dotnet/MyInterpretedApp/iOS/MyInterpretedApp.csproj +++ b/tests/dotnet/MyInterpretedApp/iOS/MyInterpretedApp.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/dotnet/MyInterpretedApp/tvOS/MyInterpretedApp.csproj b/tests/dotnet/MyInterpretedApp/tvOS/MyInterpretedApp.csproj index efe9e89705..bf70abd5ae 100644 --- a/tests/dotnet/MyInterpretedApp/tvOS/MyInterpretedApp.csproj +++ b/tests/dotnet/MyInterpretedApp/tvOS/MyInterpretedApp.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/dotnet/MyPartialAppManifestApp/MacCatalyst/MyPartialAppManifestApp.csproj b/tests/dotnet/MyPartialAppManifestApp/MacCatalyst/MyPartialAppManifestApp.csproj index ccebf1f778..6b0e2c7731 100644 --- a/tests/dotnet/MyPartialAppManifestApp/MacCatalyst/MyPartialAppManifestApp.csproj +++ b/tests/dotnet/MyPartialAppManifestApp/MacCatalyst/MyPartialAppManifestApp.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/dotnet/MyPartialAppManifestApp/iOS/MyPartialAppManifestApp.csproj b/tests/dotnet/MyPartialAppManifestApp/iOS/MyPartialAppManifestApp.csproj index bbb942faa1..86d408734a 100644 --- a/tests/dotnet/MyPartialAppManifestApp/iOS/MyPartialAppManifestApp.csproj +++ b/tests/dotnet/MyPartialAppManifestApp/iOS/MyPartialAppManifestApp.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/dotnet/MyPartialAppManifestApp/macOS/MyPartialAppManifestApp.csproj b/tests/dotnet/MyPartialAppManifestApp/macOS/MyPartialAppManifestApp.csproj index 56f7fe0d8c..a77287b9ba 100644 --- a/tests/dotnet/MyPartialAppManifestApp/macOS/MyPartialAppManifestApp.csproj +++ b/tests/dotnet/MyPartialAppManifestApp/macOS/MyPartialAppManifestApp.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/dotnet/MyPartialAppManifestApp/tvOS/MyPartialAppManifestApp.csproj b/tests/dotnet/MyPartialAppManifestApp/tvOS/MyPartialAppManifestApp.csproj index 07832eb3e0..bd487ddcd8 100644 --- a/tests/dotnet/MyPartialAppManifestApp/tvOS/MyPartialAppManifestApp.csproj +++ b/tests/dotnet/MyPartialAppManifestApp/tvOS/MyPartialAppManifestApp.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/dotnet/MySatelliteAssembliesLibrary/MacCatalyst/MySatelliteAssembliesLibrary.csproj b/tests/dotnet/MySatelliteAssembliesLibrary/MacCatalyst/MySatelliteAssembliesLibrary.csproj index 98c1e47dab..7be9f661ca 100644 --- a/tests/dotnet/MySatelliteAssembliesLibrary/MacCatalyst/MySatelliteAssembliesLibrary.csproj +++ b/tests/dotnet/MySatelliteAssembliesLibrary/MacCatalyst/MySatelliteAssembliesLibrary.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/dotnet/MySatelliteAssembliesLibrary/iOS/MySatelliteAssembliesLibrary.csproj b/tests/dotnet/MySatelliteAssembliesLibrary/iOS/MySatelliteAssembliesLibrary.csproj index 976f18e2cf..49973d8001 100644 --- a/tests/dotnet/MySatelliteAssembliesLibrary/iOS/MySatelliteAssembliesLibrary.csproj +++ b/tests/dotnet/MySatelliteAssembliesLibrary/iOS/MySatelliteAssembliesLibrary.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/dotnet/MySatelliteAssembliesLibrary/macOS/MySatelliteAssembliesLibrary.csproj b/tests/dotnet/MySatelliteAssembliesLibrary/macOS/MySatelliteAssembliesLibrary.csproj index c289a16f6e..e96b468d22 100644 --- a/tests/dotnet/MySatelliteAssembliesLibrary/macOS/MySatelliteAssembliesLibrary.csproj +++ b/tests/dotnet/MySatelliteAssembliesLibrary/macOS/MySatelliteAssembliesLibrary.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/dotnet/MySatelliteAssembliesLibrary/tvOS/MySatelliteAssembliesLibrary.csproj b/tests/dotnet/MySatelliteAssembliesLibrary/tvOS/MySatelliteAssembliesLibrary.csproj index e7f6deb5fa..ca0ea4efc3 100644 --- a/tests/dotnet/MySatelliteAssembliesLibrary/tvOS/MySatelliteAssembliesLibrary.csproj +++ b/tests/dotnet/MySatelliteAssembliesLibrary/tvOS/MySatelliteAssembliesLibrary.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/dotnet/MySimpleApp/MacCatalyst/MySimpleApp.csproj b/tests/dotnet/MySimpleApp/MacCatalyst/MySimpleApp.csproj index ccebf1f778..6b0e2c7731 100644 --- a/tests/dotnet/MySimpleApp/MacCatalyst/MySimpleApp.csproj +++ b/tests/dotnet/MySimpleApp/MacCatalyst/MySimpleApp.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/dotnet/MySimpleApp/iOS/MySimpleApp.csproj b/tests/dotnet/MySimpleApp/iOS/MySimpleApp.csproj index bbb942faa1..86d408734a 100644 --- a/tests/dotnet/MySimpleApp/iOS/MySimpleApp.csproj +++ b/tests/dotnet/MySimpleApp/iOS/MySimpleApp.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/dotnet/MySimpleApp/macOS/MySimpleApp.csproj b/tests/dotnet/MySimpleApp/macOS/MySimpleApp.csproj index 0af05cf82e..5205b33510 100644 --- a/tests/dotnet/MySimpleApp/macOS/MySimpleApp.csproj +++ b/tests/dotnet/MySimpleApp/macOS/MySimpleApp.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/dotnet/MySimpleApp/tvOS/MySimpleApp.csproj b/tests/dotnet/MySimpleApp/tvOS/MySimpleApp.csproj index 940a8d55a0..e9019db664 100644 --- a/tests/dotnet/MySimpleApp/tvOS/MySimpleApp.csproj +++ b/tests/dotnet/MySimpleApp/tvOS/MySimpleApp.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/dotnet/MySimpleAppWithSatelliteReference/MacCatalyst/MySimpleAppWithSatelliteReference.csproj b/tests/dotnet/MySimpleAppWithSatelliteReference/MacCatalyst/MySimpleAppWithSatelliteReference.csproj index ccebf1f778..6b0e2c7731 100644 --- a/tests/dotnet/MySimpleAppWithSatelliteReference/MacCatalyst/MySimpleAppWithSatelliteReference.csproj +++ b/tests/dotnet/MySimpleAppWithSatelliteReference/MacCatalyst/MySimpleAppWithSatelliteReference.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/dotnet/MySimpleAppWithSatelliteReference/iOS/MySimpleAppWithSatelliteReference.csproj b/tests/dotnet/MySimpleAppWithSatelliteReference/iOS/MySimpleAppWithSatelliteReference.csproj index bbb942faa1..86d408734a 100644 --- a/tests/dotnet/MySimpleAppWithSatelliteReference/iOS/MySimpleAppWithSatelliteReference.csproj +++ b/tests/dotnet/MySimpleAppWithSatelliteReference/iOS/MySimpleAppWithSatelliteReference.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/dotnet/MySimpleAppWithSatelliteReference/macOS/MySimpleAppWithSatelliteReference.csproj b/tests/dotnet/MySimpleAppWithSatelliteReference/macOS/MySimpleAppWithSatelliteReference.csproj index 0af05cf82e..5205b33510 100644 --- a/tests/dotnet/MySimpleAppWithSatelliteReference/macOS/MySimpleAppWithSatelliteReference.csproj +++ b/tests/dotnet/MySimpleAppWithSatelliteReference/macOS/MySimpleAppWithSatelliteReference.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/dotnet/MySimpleAppWithSatelliteReference/tvOS/MySimpleAppWithSatelliteReference.csproj b/tests/dotnet/MySimpleAppWithSatelliteReference/tvOS/MySimpleAppWithSatelliteReference.csproj index 940a8d55a0..e9019db664 100644 --- a/tests/dotnet/MySimpleAppWithSatelliteReference/tvOS/MySimpleAppWithSatelliteReference.csproj +++ b/tests/dotnet/MySimpleAppWithSatelliteReference/tvOS/MySimpleAppWithSatelliteReference.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/dotnet/MySingleView/MySingleView.csproj b/tests/dotnet/MySingleView/MySingleView.csproj index 1673755bdb..210afff636 100644 --- a/tests/dotnet/MySingleView/MySingleView.csproj +++ b/tests/dotnet/MySingleView/MySingleView.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios Exe MySingleTitle diff --git a/tests/dotnet/MyTVApp/MyTVApp.csproj b/tests/dotnet/MyTVApp/MyTVApp.csproj index e12cb841ed..9f0780038c 100644 --- a/tests/dotnet/MyTVApp/MyTVApp.csproj +++ b/tests/dotnet/MyTVApp/MyTVApp.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos Exe 10.0 diff --git a/tests/dotnet/NativeDynamicLibraryReferencesApp/iOS/NativeDynamicLibraryReferencesApp.csproj b/tests/dotnet/NativeDynamicLibraryReferencesApp/iOS/NativeDynamicLibraryReferencesApp.csproj index 991dcce0ce..f2961d0b3a 100644 --- a/tests/dotnet/NativeDynamicLibraryReferencesApp/iOS/NativeDynamicLibraryReferencesApp.csproj +++ b/tests/dotnet/NativeDynamicLibraryReferencesApp/iOS/NativeDynamicLibraryReferencesApp.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 ios-fat diff --git a/tests/dotnet/NativeDynamicLibraryReferencesApp/macOS/NativeDynamicLibraryReferencesApp.csproj b/tests/dotnet/NativeDynamicLibraryReferencesApp/macOS/NativeDynamicLibraryReferencesApp.csproj index 4405ac9ef1..e77dd64694 100644 --- a/tests/dotnet/NativeDynamicLibraryReferencesApp/macOS/NativeDynamicLibraryReferencesApp.csproj +++ b/tests/dotnet/NativeDynamicLibraryReferencesApp/macOS/NativeDynamicLibraryReferencesApp.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos osx-x64 macos-fat diff --git a/tests/dotnet/NativeFileReferencesApp/iOS/NativeFileReferencesApp.csproj b/tests/dotnet/NativeFileReferencesApp/iOS/NativeFileReferencesApp.csproj index 991dcce0ce..f2961d0b3a 100644 --- a/tests/dotnet/NativeFileReferencesApp/iOS/NativeFileReferencesApp.csproj +++ b/tests/dotnet/NativeFileReferencesApp/iOS/NativeFileReferencesApp.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 ios-fat diff --git a/tests/dotnet/NativeFileReferencesApp/macOS/NativeFileReferencesApp.csproj b/tests/dotnet/NativeFileReferencesApp/macOS/NativeFileReferencesApp.csproj index 4405ac9ef1..e77dd64694 100644 --- a/tests/dotnet/NativeFileReferencesApp/macOS/NativeFileReferencesApp.csproj +++ b/tests/dotnet/NativeFileReferencesApp/macOS/NativeFileReferencesApp.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos osx-x64 macos-fat diff --git a/tests/dotnet/NativeFrameworkReferencesApp/iOS/NativeFrameworkReferencesApp.csproj b/tests/dotnet/NativeFrameworkReferencesApp/iOS/NativeFrameworkReferencesApp.csproj index 991dcce0ce..f2961d0b3a 100644 --- a/tests/dotnet/NativeFrameworkReferencesApp/iOS/NativeFrameworkReferencesApp.csproj +++ b/tests/dotnet/NativeFrameworkReferencesApp/iOS/NativeFrameworkReferencesApp.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 ios-fat diff --git a/tests/dotnet/NativeFrameworkReferencesApp/macOS/NativeFrameworkReferencesApp.csproj b/tests/dotnet/NativeFrameworkReferencesApp/macOS/NativeFrameworkReferencesApp.csproj index 4405ac9ef1..e77dd64694 100644 --- a/tests/dotnet/NativeFrameworkReferencesApp/macOS/NativeFrameworkReferencesApp.csproj +++ b/tests/dotnet/NativeFrameworkReferencesApp/macOS/NativeFrameworkReferencesApp.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos osx-x64 macos-fat diff --git a/tests/dotnet/NativeXCFrameworkReferencesApp/iOS/NativeXCFrameworkReferencesApp.csproj b/tests/dotnet/NativeXCFrameworkReferencesApp/iOS/NativeXCFrameworkReferencesApp.csproj index 991dcce0ce..f2961d0b3a 100644 --- a/tests/dotnet/NativeXCFrameworkReferencesApp/iOS/NativeXCFrameworkReferencesApp.csproj +++ b/tests/dotnet/NativeXCFrameworkReferencesApp/iOS/NativeXCFrameworkReferencesApp.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios iossimulator-x64 ios-fat diff --git a/tests/dotnet/NativeXCFrameworkReferencesApp/macOS/NativeXCFrameworkReferencesApp.csproj b/tests/dotnet/NativeXCFrameworkReferencesApp/macOS/NativeXCFrameworkReferencesApp.csproj index 4405ac9ef1..e77dd64694 100644 --- a/tests/dotnet/NativeXCFrameworkReferencesApp/macOS/NativeXCFrameworkReferencesApp.csproj +++ b/tests/dotnet/NativeXCFrameworkReferencesApp/macOS/NativeXCFrameworkReferencesApp.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos osx-x64 macos-fat diff --git a/tests/dotnet/SimpleAppWithOldReferences/MacCatalyst/SimpleAppWithOldReferences.csproj b/tests/dotnet/SimpleAppWithOldReferences/MacCatalyst/SimpleAppWithOldReferences.csproj index ccebf1f778..6b0e2c7731 100644 --- a/tests/dotnet/SimpleAppWithOldReferences/MacCatalyst/SimpleAppWithOldReferences.csproj +++ b/tests/dotnet/SimpleAppWithOldReferences/MacCatalyst/SimpleAppWithOldReferences.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/dotnet/SimpleAppWithOldReferences/iOS/SimpleAppWithOldReferences.csproj b/tests/dotnet/SimpleAppWithOldReferences/iOS/SimpleAppWithOldReferences.csproj index bbb942faa1..86d408734a 100644 --- a/tests/dotnet/SimpleAppWithOldReferences/iOS/SimpleAppWithOldReferences.csproj +++ b/tests/dotnet/SimpleAppWithOldReferences/iOS/SimpleAppWithOldReferences.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/dotnet/SimpleAppWithOldReferences/macOS/SimpleAppWithOldReferences.csproj b/tests/dotnet/SimpleAppWithOldReferences/macOS/SimpleAppWithOldReferences.csproj index 0af05cf82e..5205b33510 100644 --- a/tests/dotnet/SimpleAppWithOldReferences/macOS/SimpleAppWithOldReferences.csproj +++ b/tests/dotnet/SimpleAppWithOldReferences/macOS/SimpleAppWithOldReferences.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/dotnet/SimpleAppWithOldReferences/tvOS/SimpleAppWithOldReferences.csproj b/tests/dotnet/SimpleAppWithOldReferences/tvOS/SimpleAppWithOldReferences.csproj index 940a8d55a0..e9019db664 100644 --- a/tests/dotnet/SimpleAppWithOldReferences/tvOS/SimpleAppWithOldReferences.csproj +++ b/tests/dotnet/SimpleAppWithOldReferences/tvOS/SimpleAppWithOldReferences.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/dotnet/UnitTests/DotNetUnitTests.csproj b/tests/dotnet/UnitTests/DotNetUnitTests.csproj index afaba61c4a..02223fd41b 100644 --- a/tests/dotnet/UnitTests/DotNetUnitTests.csproj +++ b/tests/dotnet/UnitTests/DotNetUnitTests.csproj @@ -1,6 +1,6 @@ - net6.0 + net$(BundledNETCoreAppTargetFrameworkVersion) false $(DefineConstants);NET;TESTS diff --git a/tests/dotnet/size-comparison/MySingleView/dotnet/MySingleView.csproj b/tests/dotnet/size-comparison/MySingleView/dotnet/MySingleView.csproj index ace5badc89..7f2097071c 100644 --- a/tests/dotnet/size-comparison/MySingleView/dotnet/MySingleView.csproj +++ b/tests/dotnet/size-comparison/MySingleView/dotnet/MySingleView.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios ios-arm64 Exe 10.0 diff --git a/tests/framework-test/dotnet/MacCatalyst/framework-test.csproj b/tests/framework-test/dotnet/MacCatalyst/framework-test.csproj index f356662163..637dbf3909 100644 --- a/tests/framework-test/dotnet/MacCatalyst/framework-test.csproj +++ b/tests/framework-test/dotnet/MacCatalyst/framework-test.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/framework-test/dotnet/iOS/framework-test.csproj b/tests/framework-test/dotnet/iOS/framework-test.csproj index 07d0bfb4fb..6bd13ee186 100644 --- a/tests/framework-test/dotnet/iOS/framework-test.csproj +++ b/tests/framework-test/dotnet/iOS/framework-test.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/framework-test/dotnet/macOS/framework-test.csproj b/tests/framework-test/dotnet/macOS/framework-test.csproj index f1a8342a15..29307a09fe 100644 --- a/tests/framework-test/dotnet/macOS/framework-test.csproj +++ b/tests/framework-test/dotnet/macOS/framework-test.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/framework-test/dotnet/tvOS/framework-test.csproj b/tests/framework-test/dotnet/tvOS/framework-test.csproj index c34d0b9628..5261f8f1c8 100644 --- a/tests/framework-test/dotnet/tvOS/framework-test.csproj +++ b/tests/framework-test/dotnet/tvOS/framework-test.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/fsharp/dotnet/MacCatalyst/fsharp.fsproj b/tests/fsharp/dotnet/MacCatalyst/fsharp.fsproj index 95aa0d0d99..c202ced5cc 100644 --- a/tests/fsharp/dotnet/MacCatalyst/fsharp.fsproj +++ b/tests/fsharp/dotnet/MacCatalyst/fsharp.fsproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/fsharp/dotnet/iOS/fsharp.fsproj b/tests/fsharp/dotnet/iOS/fsharp.fsproj index bf70b87125..75a3bae095 100644 --- a/tests/fsharp/dotnet/iOS/fsharp.fsproj +++ b/tests/fsharp/dotnet/iOS/fsharp.fsproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/fsharp/dotnet/macOS/fsharp.fsproj b/tests/fsharp/dotnet/macOS/fsharp.fsproj index 48bdec73cb..e52e8c61cf 100644 --- a/tests/fsharp/dotnet/macOS/fsharp.fsproj +++ b/tests/fsharp/dotnet/macOS/fsharp.fsproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/fsharp/dotnet/tvOS/fsharp.fsproj b/tests/fsharp/dotnet/tvOS/fsharp.fsproj index 74bee04ac7..d380fa5f2d 100644 --- a/tests/fsharp/dotnet/tvOS/fsharp.fsproj +++ b/tests/fsharp/dotnet/tvOS/fsharp.fsproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/fsharplibrary/dotnet/MacCatalyst/fsharplibrary.fsproj b/tests/fsharplibrary/dotnet/MacCatalyst/fsharplibrary.fsproj index 95aa0d0d99..c202ced5cc 100644 --- a/tests/fsharplibrary/dotnet/MacCatalyst/fsharplibrary.fsproj +++ b/tests/fsharplibrary/dotnet/MacCatalyst/fsharplibrary.fsproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/fsharplibrary/dotnet/iOS/fsharplibrary.fsproj b/tests/fsharplibrary/dotnet/iOS/fsharplibrary.fsproj index bf70b87125..75a3bae095 100644 --- a/tests/fsharplibrary/dotnet/iOS/fsharplibrary.fsproj +++ b/tests/fsharplibrary/dotnet/iOS/fsharplibrary.fsproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/fsharplibrary/dotnet/macOS/fsharplibrary.fsproj b/tests/fsharplibrary/dotnet/macOS/fsharplibrary.fsproj index 48bdec73cb..e52e8c61cf 100644 --- a/tests/fsharplibrary/dotnet/macOS/fsharplibrary.fsproj +++ b/tests/fsharplibrary/dotnet/macOS/fsharplibrary.fsproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/fsharplibrary/dotnet/tvOS/fsharplibrary.fsproj b/tests/fsharplibrary/dotnet/tvOS/fsharplibrary.fsproj index 74bee04ac7..d380fa5f2d 100644 --- a/tests/fsharplibrary/dotnet/tvOS/fsharplibrary.fsproj +++ b/tests/fsharplibrary/dotnet/tvOS/fsharplibrary.fsproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/interdependent-binding-projects/dotnet/MacCatalyst/interdependent-binding-projects.csproj b/tests/interdependent-binding-projects/dotnet/MacCatalyst/interdependent-binding-projects.csproj index f356662163..637dbf3909 100644 --- a/tests/interdependent-binding-projects/dotnet/MacCatalyst/interdependent-binding-projects.csproj +++ b/tests/interdependent-binding-projects/dotnet/MacCatalyst/interdependent-binding-projects.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/interdependent-binding-projects/dotnet/iOS/interdependent-binding-projects.csproj b/tests/interdependent-binding-projects/dotnet/iOS/interdependent-binding-projects.csproj index 07d0bfb4fb..6bd13ee186 100644 --- a/tests/interdependent-binding-projects/dotnet/iOS/interdependent-binding-projects.csproj +++ b/tests/interdependent-binding-projects/dotnet/iOS/interdependent-binding-projects.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/interdependent-binding-projects/dotnet/macOS/interdependent-binding-projects.csproj b/tests/interdependent-binding-projects/dotnet/macOS/interdependent-binding-projects.csproj index f1a8342a15..29307a09fe 100644 --- a/tests/interdependent-binding-projects/dotnet/macOS/interdependent-binding-projects.csproj +++ b/tests/interdependent-binding-projects/dotnet/macOS/interdependent-binding-projects.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/interdependent-binding-projects/dotnet/tvOS/interdependent-binding-projects.csproj b/tests/interdependent-binding-projects/dotnet/tvOS/interdependent-binding-projects.csproj index eab18ac804..e3d65c592a 100644 --- a/tests/interdependent-binding-projects/dotnet/tvOS/interdependent-binding-projects.csproj +++ b/tests/interdependent-binding-projects/dotnet/tvOS/interdependent-binding-projects.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/introspection/dotnet/MacCatalyst/introspection.csproj b/tests/introspection/dotnet/MacCatalyst/introspection.csproj index f356662163..637dbf3909 100644 --- a/tests/introspection/dotnet/MacCatalyst/introspection.csproj +++ b/tests/introspection/dotnet/MacCatalyst/introspection.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/introspection/dotnet/iOS/introspection.csproj b/tests/introspection/dotnet/iOS/introspection.csproj index 07d0bfb4fb..6bd13ee186 100644 --- a/tests/introspection/dotnet/iOS/introspection.csproj +++ b/tests/introspection/dotnet/iOS/introspection.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/introspection/dotnet/macOS/introspection.csproj b/tests/introspection/dotnet/macOS/introspection.csproj index f1a8342a15..29307a09fe 100644 --- a/tests/introspection/dotnet/macOS/introspection.csproj +++ b/tests/introspection/dotnet/macOS/introspection.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/introspection/dotnet/tvOS/introspection.csproj b/tests/introspection/dotnet/tvOS/introspection.csproj index eab18ac804..e3d65c592a 100644 --- a/tests/introspection/dotnet/tvOS/introspection.csproj +++ b/tests/introspection/dotnet/tvOS/introspection.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/linker/ios/dont link/dotnet/MacCatalyst/dont link.csproj b/tests/linker/ios/dont link/dotnet/MacCatalyst/dont link.csproj index f356662163..637dbf3909 100644 --- a/tests/linker/ios/dont link/dotnet/MacCatalyst/dont link.csproj +++ b/tests/linker/ios/dont link/dotnet/MacCatalyst/dont link.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/linker/ios/dont link/dotnet/iOS/dont link.csproj b/tests/linker/ios/dont link/dotnet/iOS/dont link.csproj index 07d0bfb4fb..6bd13ee186 100644 --- a/tests/linker/ios/dont link/dotnet/iOS/dont link.csproj +++ b/tests/linker/ios/dont link/dotnet/iOS/dont link.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/linker/ios/dont link/dotnet/macOS/dont link.csproj b/tests/linker/ios/dont link/dotnet/macOS/dont link.csproj index f1a8342a15..29307a09fe 100644 --- a/tests/linker/ios/dont link/dotnet/macOS/dont link.csproj +++ b/tests/linker/ios/dont link/dotnet/macOS/dont link.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/linker/ios/dont link/dotnet/tvOS/dont link.csproj b/tests/linker/ios/dont link/dotnet/tvOS/dont link.csproj index eab18ac804..e3d65c592a 100644 --- a/tests/linker/ios/dont link/dotnet/tvOS/dont link.csproj +++ b/tests/linker/ios/dont link/dotnet/tvOS/dont link.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/linker/ios/link all/dotnet/MacCatalyst/link all.csproj b/tests/linker/ios/link all/dotnet/MacCatalyst/link all.csproj index f356662163..637dbf3909 100644 --- a/tests/linker/ios/link all/dotnet/MacCatalyst/link all.csproj +++ b/tests/linker/ios/link all/dotnet/MacCatalyst/link all.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/linker/ios/link all/dotnet/iOS/link all.csproj b/tests/linker/ios/link all/dotnet/iOS/link all.csproj index 07d0bfb4fb..6bd13ee186 100644 --- a/tests/linker/ios/link all/dotnet/iOS/link all.csproj +++ b/tests/linker/ios/link all/dotnet/iOS/link all.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/linker/ios/link all/dotnet/macOS/link all.csproj b/tests/linker/ios/link all/dotnet/macOS/link all.csproj index f1a8342a15..29307a09fe 100644 --- a/tests/linker/ios/link all/dotnet/macOS/link all.csproj +++ b/tests/linker/ios/link all/dotnet/macOS/link all.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/linker/ios/link all/dotnet/tvOS/link all.csproj b/tests/linker/ios/link all/dotnet/tvOS/link all.csproj index eab18ac804..e3d65c592a 100644 --- a/tests/linker/ios/link all/dotnet/tvOS/link all.csproj +++ b/tests/linker/ios/link all/dotnet/tvOS/link all.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/linker/ios/link sdk/dotnet/MacCatalyst/link sdk.csproj b/tests/linker/ios/link sdk/dotnet/MacCatalyst/link sdk.csproj index f356662163..637dbf3909 100644 --- a/tests/linker/ios/link sdk/dotnet/MacCatalyst/link sdk.csproj +++ b/tests/linker/ios/link sdk/dotnet/MacCatalyst/link sdk.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/linker/ios/link sdk/dotnet/iOS/link sdk.csproj b/tests/linker/ios/link sdk/dotnet/iOS/link sdk.csproj index 07d0bfb4fb..6bd13ee186 100644 --- a/tests/linker/ios/link sdk/dotnet/iOS/link sdk.csproj +++ b/tests/linker/ios/link sdk/dotnet/iOS/link sdk.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/linker/ios/link sdk/dotnet/macOS/link sdk.csproj b/tests/linker/ios/link sdk/dotnet/macOS/link sdk.csproj index f1a8342a15..29307a09fe 100644 --- a/tests/linker/ios/link sdk/dotnet/macOS/link sdk.csproj +++ b/tests/linker/ios/link sdk/dotnet/macOS/link sdk.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/linker/ios/link sdk/dotnet/tvOS/link sdk.csproj b/tests/linker/ios/link sdk/dotnet/tvOS/link sdk.csproj index eab18ac804..e3d65c592a 100644 --- a/tests/linker/ios/link sdk/dotnet/tvOS/link sdk.csproj +++ b/tests/linker/ios/link sdk/dotnet/tvOS/link sdk.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/linker/ios/trimmode copy/dotnet/MacCatalyst/trimmode copy.csproj b/tests/linker/ios/trimmode copy/dotnet/MacCatalyst/trimmode copy.csproj index f356662163..637dbf3909 100644 --- a/tests/linker/ios/trimmode copy/dotnet/MacCatalyst/trimmode copy.csproj +++ b/tests/linker/ios/trimmode copy/dotnet/MacCatalyst/trimmode copy.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/linker/ios/trimmode copy/dotnet/iOS/trimmode copy.csproj b/tests/linker/ios/trimmode copy/dotnet/iOS/trimmode copy.csproj index 07d0bfb4fb..6bd13ee186 100644 --- a/tests/linker/ios/trimmode copy/dotnet/iOS/trimmode copy.csproj +++ b/tests/linker/ios/trimmode copy/dotnet/iOS/trimmode copy.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/linker/ios/trimmode copy/dotnet/macOS/trimmode copy.csproj b/tests/linker/ios/trimmode copy/dotnet/macOS/trimmode copy.csproj index f1a8342a15..29307a09fe 100644 --- a/tests/linker/ios/trimmode copy/dotnet/macOS/trimmode copy.csproj +++ b/tests/linker/ios/trimmode copy/dotnet/macOS/trimmode copy.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/linker/ios/trimmode copy/dotnet/tvOS/trimmode copy.csproj b/tests/linker/ios/trimmode copy/dotnet/tvOS/trimmode copy.csproj index eab18ac804..e3d65c592a 100644 --- a/tests/linker/ios/trimmode copy/dotnet/tvOS/trimmode copy.csproj +++ b/tests/linker/ios/trimmode copy/dotnet/tvOS/trimmode copy.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/linker/ios/trimmode link/dotnet/MacCatalyst/trimmode link.csproj b/tests/linker/ios/trimmode link/dotnet/MacCatalyst/trimmode link.csproj index f356662163..637dbf3909 100644 --- a/tests/linker/ios/trimmode link/dotnet/MacCatalyst/trimmode link.csproj +++ b/tests/linker/ios/trimmode link/dotnet/MacCatalyst/trimmode link.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/linker/ios/trimmode link/dotnet/iOS/trimmode link.csproj b/tests/linker/ios/trimmode link/dotnet/iOS/trimmode link.csproj index 07d0bfb4fb..6bd13ee186 100644 --- a/tests/linker/ios/trimmode link/dotnet/iOS/trimmode link.csproj +++ b/tests/linker/ios/trimmode link/dotnet/iOS/trimmode link.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/linker/ios/trimmode link/dotnet/macOS/trimmode link.csproj b/tests/linker/ios/trimmode link/dotnet/macOS/trimmode link.csproj index f1a8342a15..29307a09fe 100644 --- a/tests/linker/ios/trimmode link/dotnet/macOS/trimmode link.csproj +++ b/tests/linker/ios/trimmode link/dotnet/macOS/trimmode link.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/linker/ios/trimmode link/dotnet/tvOS/trimmode link.csproj b/tests/linker/ios/trimmode link/dotnet/tvOS/trimmode link.csproj index eab18ac804..e3d65c592a 100644 --- a/tests/linker/ios/trimmode link/dotnet/tvOS/trimmode link.csproj +++ b/tests/linker/ios/trimmode link/dotnet/tvOS/trimmode link.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos diff --git a/tests/monotouch-test/dotnet/MacCatalyst/monotouch-test.csproj b/tests/monotouch-test/dotnet/MacCatalyst/monotouch-test.csproj index 5dfad3f5b8..556718aaa0 100644 --- a/tests/monotouch-test/dotnet/MacCatalyst/monotouch-test.csproj +++ b/tests/monotouch-test/dotnet/MacCatalyst/monotouch-test.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst $(DefineConstants);DYNAMIC_REGISTRAR diff --git a/tests/monotouch-test/dotnet/iOS/monotouch-test.csproj b/tests/monotouch-test/dotnet/iOS/monotouch-test.csproj index 07d0bfb4fb..6bd13ee186 100644 --- a/tests/monotouch-test/dotnet/iOS/monotouch-test.csproj +++ b/tests/monotouch-test/dotnet/iOS/monotouch-test.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/monotouch-test/dotnet/macOS/monotouch-test.csproj b/tests/monotouch-test/dotnet/macOS/monotouch-test.csproj index 195092205b..298e3536c7 100644 --- a/tests/monotouch-test/dotnet/macOS/monotouch-test.csproj +++ b/tests/monotouch-test/dotnet/macOS/monotouch-test.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos $(DefineConstants);XAMMAC_TESTS $(DefineConstants);DYNAMIC_REGISTRAR diff --git a/tests/monotouch-test/dotnet/tvOS/monotouch-test.csproj b/tests/monotouch-test/dotnet/tvOS/monotouch-test.csproj index e4b510a5d9..b4ebdd0853 100644 --- a/tests/monotouch-test/dotnet/tvOS/monotouch-test.csproj +++ b/tests/monotouch-test/dotnet/tvOS/monotouch-test.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos $(DefineConstants);DYNAMIC_REGISTRAR diff --git a/tests/perftest/dotnet/perftest.csproj b/tests/perftest/dotnet/perftest.csproj index b8ae1bf3ba..81b0707100 100644 --- a/tests/perftest/dotnet/perftest.csproj +++ b/tests/perftest/dotnet/perftest.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos osx-x64 Exe --marshal-objectivec-exceptions:disable --registrar:static diff --git a/tests/xcframework-test/dotnet/MacCatalyst/xcframework-test.csproj b/tests/xcframework-test/dotnet/MacCatalyst/xcframework-test.csproj index f356662163..637dbf3909 100644 --- a/tests/xcframework-test/dotnet/MacCatalyst/xcframework-test.csproj +++ b/tests/xcframework-test/dotnet/MacCatalyst/xcframework-test.csproj @@ -1,7 +1,7 @@ - net6.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/tests/xcframework-test/dotnet/iOS/xcframework-test.csproj b/tests/xcframework-test/dotnet/iOS/xcframework-test.csproj index 07d0bfb4fb..6bd13ee186 100644 --- a/tests/xcframework-test/dotnet/iOS/xcframework-test.csproj +++ b/tests/xcframework-test/dotnet/iOS/xcframework-test.csproj @@ -1,7 +1,7 @@ - net6.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/tests/xcframework-test/dotnet/macOS/xcframework-test.csproj b/tests/xcframework-test/dotnet/macOS/xcframework-test.csproj index f1a8342a15..29307a09fe 100644 --- a/tests/xcframework-test/dotnet/macOS/xcframework-test.csproj +++ b/tests/xcframework-test/dotnet/macOS/xcframework-test.csproj @@ -1,7 +1,7 @@ - net6.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/tests/xcframework-test/dotnet/tvOS/xcframework-test.csproj b/tests/xcframework-test/dotnet/tvOS/xcframework-test.csproj index c34d0b9628..5261f8f1c8 100644 --- a/tests/xcframework-test/dotnet/tvOS/xcframework-test.csproj +++ b/tests/xcframework-test/dotnet/tvOS/xcframework-test.csproj @@ -1,7 +1,7 @@ - net6.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos