Skip to content

Commit

Permalink
Use a different check to determine if the .targets file should be used.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Feb 7, 2022
1 parent f503356 commit 36430a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish/Magick.NET.targets
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Condition="$(DefineConstants.Contains('NETFRAMEWORK'))">
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
<NativeDLL Include="$(MSBuildThisFileDirectory)\..\..\runtimes\win*\native\*-x*.dll" />
<Content Include="@(NativeDLL)">
<Link>%(FileName)%(Extension)</Link>
Expand Down

0 comments on commit 36430a6

Please sign in to comment.