Skip to content

Commit 03a64fb

Browse files
committed
Updated frameworks
1 parent d85d8ad commit 03a64fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Services/Services.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net9.0;net9.0-maccatalyst</TargetFrameworks>
4+
<TargetFrameworks Condition="'$(IsMacCatalyst)' == 'true'">net9.0-maccatalyst</TargetFrameworks>
5+
<TargetFrameworks Condition="'$(IsMacCatalyst)' != 'true'">net9.0</TargetFrameworks>
56
<ImplicitUsings>enable</ImplicitUsings>
67
<Nullable>enable</Nullable>
78
</PropertyGroup>

0 commit comments

Comments
 (0)