diff --git a/Touch.Client/dotnet/MacCatalyst/Touch.Client-MacCatalyst.dotnet.csproj b/Touch.Client/dotnet/MacCatalyst/Touch.Client-MacCatalyst.dotnet.csproj index e62b077..a2efb81 100644 --- a/Touch.Client/dotnet/MacCatalyst/Touch.Client-MacCatalyst.dotnet.csproj +++ b/Touch.Client/dotnet/MacCatalyst/Touch.Client-MacCatalyst.dotnet.csproj @@ -1,7 +1,7 @@ - net8.0-maccatalyst + net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst diff --git a/Touch.Client/dotnet/iOS/Touch.Client-iOS.dotnet.csproj b/Touch.Client/dotnet/iOS/Touch.Client-iOS.dotnet.csproj index d9c39f6..500e51f 100644 --- a/Touch.Client/dotnet/iOS/Touch.Client-iOS.dotnet.csproj +++ b/Touch.Client/dotnet/iOS/Touch.Client-iOS.dotnet.csproj @@ -1,7 +1,7 @@ - net8.0-ios + net$(BundledNETCoreAppTargetFrameworkVersion)-ios diff --git a/Touch.Client/dotnet/macOS/Touch.Client-macOS.dotnet.csproj b/Touch.Client/dotnet/macOS/Touch.Client-macOS.dotnet.csproj index 88992e1..5b81872 100644 --- a/Touch.Client/dotnet/macOS/Touch.Client-macOS.dotnet.csproj +++ b/Touch.Client/dotnet/macOS/Touch.Client-macOS.dotnet.csproj @@ -1,7 +1,7 @@ - net8.0-macos + net$(BundledNETCoreAppTargetFrameworkVersion)-macos diff --git a/Touch.Client/dotnet/tvOS/Touch.Client-tvOS.dotnet.csproj b/Touch.Client/dotnet/tvOS/Touch.Client-tvOS.dotnet.csproj index a1af9cf..9b065e9 100644 --- a/Touch.Client/dotnet/tvOS/Touch.Client-tvOS.dotnet.csproj +++ b/Touch.Client/dotnet/tvOS/Touch.Client-tvOS.dotnet.csproj @@ -1,7 +1,7 @@ - net8.0-tvos + net$(BundledNETCoreAppTargetFrameworkVersion)-tvos xamarintvos10;$(AssetTargetFallback)