Fixed wrong import in QuestPDF.Examples.csproj

This commit is contained in:
MarcinZiabek
2021-04-16 10:22:41 +02:00
parent 6f0c6513da
commit 4e3ba1d878
+1 -1
View File
@@ -13,7 +13,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\QuestPDF.InvoiceSample\QuestPDF.InvoiceSample.csproj" />
<ProjectReference Include="..\QuestPDF.ReportSample\QuestPDF.ReportSample.csproj" />
<ProjectReference Include="..\QuestPDF\QuestPDF.csproj" />
</ItemGroup>