Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit fb5d6ed

Browse files
committed
Fix path to template.targets file
1 parent c91b58d commit fb5d6ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support-vector-drawable/buildtask/Vector-Drawable-BuildTasks.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
<Compile Include="VectorDrawableCheckBuildToolsVersionTask.cs" />
4040
</ItemGroup>
4141
<ItemGroup>
42-
<None Include="..\nuget\merge.targets">
43-
<Link>merge.targets</Link>
42+
<None Include="..\nuget\template.targets">
43+
<Link>template.targets</Link>
4444
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4545
</None>
4646
</ItemGroup>

0 commit comments

Comments
 (0)