From 5e86f15d15b50bc41105fe27df163aa35b8b4e70 Mon Sep 17 00:00:00 2001 From: dem-v Date: Wed, 18 Jun 2025 18:05:37 +0300 Subject: [PATCH] Nuget fix --- Source/.nuget/NuGet.targets | 4 ++-- Source/HtmlRenderer.PdfSharp/HtmlRenderer.PdfSharp.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/.nuget/NuGet.targets b/Source/.nuget/NuGet.targets index 3f8c37b22..ac6ebdd11 100644 --- a/Source/.nuget/NuGet.targets +++ b/Source/.nuget/NuGet.targets @@ -58,11 +58,11 @@ -RequireConsent -NonInteractive - "$(SolutionDir) " + "$(SolutionDir)" "$(SolutionDir)" - $(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(NonInteractiveSwitch) $(RequireConsentSwitch) -solutionDir $(PaddedSolutionDir) + $(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(NonInteractiveSwitch) $(RequireConsentSwitch) -solutionDir $(SolutionDir) $(NuGetCommand) pack "$(ProjectPath)" -Properties "Configuration=$(Configuration);Platform=$(Platform)" $(NonInteractiveSwitch) -OutputDirectory "$(PackageOutputDir)" -symbols diff --git a/Source/HtmlRenderer.PdfSharp/HtmlRenderer.PdfSharp.csproj b/Source/HtmlRenderer.PdfSharp/HtmlRenderer.PdfSharp.csproj index 2b5702ad0..a52675c08 100644 --- a/Source/HtmlRenderer.PdfSharp/HtmlRenderer.PdfSharp.csproj +++ b/Source/HtmlRenderer.PdfSharp/HtmlRenderer.PdfSharp.csproj @@ -11,7 +11,7 @@ HtmlRenderer.PdfSharp v4.8 512 - ..\ + ..\..\Source true