We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a020557 commit 75806f0Copy full SHA for 75806f0
NuGet/PackageReference/CefSharp.Common.NETCore.targets
@@ -64,7 +64,8 @@
64
<Message Importance="high" Text="PublishSingleFile = $(PublishSingleFile)" />
65
<Message Importance="high" Text="OutDir = $(OutDir)" />
66
<Message Importance="high" Text="_CefSharpBrowserSubProcessFiles = @(_CefSharpBrowserSubProcessFiles)" />
67
- <Message Importance="high" Text="_TargetFrameworkVersionWithoutV = $(_TargetFrameworkVersionWithoutV)" />
+ <Message Importance="high" Text="IncludeAllContentForSelfExtract = $(IncludeAllContentForSelfExtract)" />
68
+ <Message Importance="high" Text="IncludeNativeLibrariesForSelfExtract = $(IncludeNativeLibrariesForSelfExtract)" />
69
</Target>
70
71
<Choose>
0 commit comments