Skip to content

Commit

Permalink
fixes #85 removed windpws TFM
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed Owes committed Jul 30, 2023
1 parent 9930e85 commit d7e1b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion directory-deleter/directory-deleter.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net7.0-windows10.0.22621.0;net7.0-maccatalyst</TargetFrameworks>
<TargetFrameworks>net7.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.22621.0</TargetFrameworks>
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
<!-- <TargetFrameworks>$(TargetFrameworks);net7.0-tizen</TargetFrameworks> -->
Expand Down

0 comments on commit d7e1b47

Please sign in to comment.