Skip to content

Commit 3a2d11d

Browse files
Fix the path of the targets file for .NET Framework
1 parent 29248ab commit 3a2d11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SharpHook/SharpHook.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<ItemGroup>
1919
<None Include="SharpHook.targets">
20-
<PackagePath>build/net462/SharpHook.targets</PackagePath>
20+
<PackagePath>build/net472/SharpHook.targets</PackagePath>
2121
<Pack>True</Pack>
2222
</None>
2323
<None Include="..\icon.png">

0 commit comments

Comments
 (0)