Skip to content

Commit bd7b6f1

Browse files
committed
Fix project reference link after moving directories
1 parent a63e88d commit bd7b6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AsepriteDotNet.Tests/AsepriteDotNet.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<ProjectReference Include="..\AsepriteDotNet\AsepriteDotNet.csproj" />
8+
<ProjectReference Include="..\..\src\AsepriteDotNet\AsepriteDotNet.csproj" />
99
</ItemGroup>
1010

1111
<ItemGroup>

0 commit comments

Comments
 (0)