Skip to content

Commit

Permalink
Fix compile error on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Aug 24, 2024
1 parent 448437e commit f482ef1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions NAPS2.Images.Mac/NAPS2.Images.Mac.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('OSX'))">
$(TargetFrameworks);net8-macos
</TargetFrameworks>
<TargetFrameworks>net6;net8-macos</TargetFrameworks>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
Expand Down

0 comments on commit f482ef1

Please sign in to comment.