Skip to content

Commit 96f7e39

Browse files
committed
fix: include the original project file instead of Fable.Package.SDK.targets
1 parent 131c17c commit 96f7e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/Fable.Package.SDK.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Content Include="@(Compile)" Pack="true"
99
PackagePath="fable/%(RelativeDir)%(Filename)%(Extension)" />
1010
<!-- Include the project file itself as well -->
11-
<Content Include="$(MSBuildThisFileFullPath)" Pack="true" PackagePath="fable/" />
11+
<Content Include="$(MSBuildProjectFullPath)" Pack="true" PackagePath="fable/" />
1212
</ItemGroup>
1313
<!--
1414
Automatically add Fable tags

0 commit comments

Comments
 (0)