Skip to content

Commit 75806f0

Browse files
committed
Net Core - Improve Nuget debugging
1 parent a020557 commit 75806f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

NuGet/PackageReference/CefSharp.Common.NETCore.targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464
<Message Importance="high" Text="PublishSingleFile = $(PublishSingleFile)" />
6565
<Message Importance="high" Text="OutDir = $(OutDir)" />
6666
<Message Importance="high" Text="_CefSharpBrowserSubProcessFiles = @(_CefSharpBrowserSubProcessFiles)" />
67-
<Message Importance="high" Text="_TargetFrameworkVersionWithoutV = $(_TargetFrameworkVersionWithoutV)" />
67+
<Message Importance="high" Text="IncludeAllContentForSelfExtract = $(IncludeAllContentForSelfExtract)" />
68+
<Message Importance="high" Text="IncludeNativeLibrariesForSelfExtract = $(IncludeNativeLibrariesForSelfExtract)" />
6869
</Target>
6970

7071
<Choose>

0 commit comments

Comments
 (0)