Skip to content

Commit

Permalink
Merge pull request #1788 from cwensley/curtis/mac-net5-package
Browse files Browse the repository at this point in the history
Mac: Support proper packaging for .NET 5
  • Loading branch information
cwensley authored Sep 19, 2020
2 parents f8aad37 + a4ed45d commit 38594b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eto.Mac/build/Mac.targets
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<PropertyGroup>
<!-- internal properties -->
<MacUseDotNetCore Condition="$(MacUseDotNetCore) == '' AND $(TargetFramework.StartsWith('netcoreapp'))">True</MacUseDotNetCore>
<MacUseDotNetCore Condition="$(MacUseDotNetCore) == '' AND ( $(TargetFramework.StartsWith('netcoreapp')) OR $(TargetFramework.StartsWith('net5')) )">True</MacUseDotNetCore>
<MacUseDotNetCore Condition="$(MacUseDotNetCore) == ''">False</MacUseDotNetCore>
<OutputContents>$(OutputAppPath)Contents\</OutputContents>
<OutputResourcesPath>$(OutputContents)Resources\</OutputResourcesPath>
Expand Down

0 comments on commit 38594b7

Please sign in to comment.