Skip to content

Commit 4b23dbb

Browse files
authored
Update fast cf ip scanner.csproj
1 parent c329a1f commit 4b23dbb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

fast cf ip scanner/fast cf ip scanner.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
4-
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks>
3+
<TargetFrameworks>net8.0-android;net8.0-ios;net8.0-maccatalyst;net8.0-windows</TargetFrameworks>
54
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
65
<!-- <TargetFrameworks>$(TargetFrameworks);net8.0-tizen</TargetFrameworks> -->
76
<OutputType>Exe</OutputType>
@@ -83,4 +82,4 @@
8382
<Generator>MSBuild:Compile</Generator>
8483
</MauiXaml>
8584
</ItemGroup>
86-
</Project>
85+
</Project>

0 commit comments

Comments
 (0)