Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit d6f232f

Browse files
Merge pull request #106 from AlexanderSher/master
Fix paths
2 parents 607dffc + 93b494c commit d6f232f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Publish/SignLayout.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@
5252
<Error Condition="@(_Missing) != ''" Text="Following files are missing: @(_Missing,'%0A')" />
5353
</Target>
5454

55-
<Import Project="..\..\NetStandard.targets" />
55+
<Import Project="..\..\build\NetStandard.targets" />
5656
</Project>

0 commit comments

Comments
 (0)