Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 89afaf7

Browse files
authored
[Touch.Client] Use the right TargetFrameworks for watchOS and macOS as well. (#92)
1 parent fd0e576 commit 89afaf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Touch.Client/dotnet/macOS/Touch.Client-macOS.dotnet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.macOS.Sdk">
33
<PropertyGroup>
4-
<TargetFramework>net5.0</TargetFramework>
4+
<TargetFramework>net5.0-macos</TargetFramework>
55
<DefineConstants>NUNITLITE_NUGET</DefineConstants>
66
<LangVersion>latest</LangVersion>
77
<AssemblyName>Touch.Client</AssemblyName>

Touch.Client/dotnet/watchOS/Touch.Client-watchOS.dotnet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.watchOS.Sdk">
33
<PropertyGroup>
4-
<TargetFramework>net5.0</TargetFramework>
4+
<TargetFramework>net5.0-watchos</TargetFramework>
55
<DefineConstants>NUNITLITE_NUGET</DefineConstants>
66
<LangVersion>latest</LangVersion>
77
<AssemblyName>Touch.Client</AssemblyName>

0 commit comments

Comments
 (0)