From fd0e5766b00b04ad3f62516daee9699e3c9a8421 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Thu, 27 Aug 2020 17:02:02 +0200 Subject: [PATCH] [Touch.Client] Use the right TargetFrameworks. (#91) .NET 5 has added support for our TargetFrameworks, so let's start using them. --- Touch.Client/dotnet/iOS/Touch.Client-iOS.dotnet.csproj | 2 +- Touch.Client/dotnet/tvOS/Touch.Client-tvOS.dotnet.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Touch.Client/dotnet/iOS/Touch.Client-iOS.dotnet.csproj b/Touch.Client/dotnet/iOS/Touch.Client-iOS.dotnet.csproj index 08bdc07..e76f79e 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 @@ - net5.0 + net5.0-ios NUNITLITE_NUGET latest diff --git a/Touch.Client/dotnet/tvOS/Touch.Client-tvOS.dotnet.csproj b/Touch.Client/dotnet/tvOS/Touch.Client-tvOS.dotnet.csproj index d311786..6a1cbbe 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 @@ - net5.0 + net5.0-tvos NUNITLITE_NUGET latest