Fixed wrong include path for sln->csproj
ln.build build job pending

master
Harald Wolff 2020-11-29 23:03:24 +01:00
parent ee31860dab
commit 29f17af90c
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ using NUnit.Framework;
using System;
using ln.templates.html;
using System.IO;
namespace ln.templates.test
{
[TestFixture()]

View File

@ -13,7 +13,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ln.templates.csproj" />
<ProjectReference Include="..\ln.templates\ln.templates.csproj" />
</ItemGroup>
</Project>