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.
2 parents 44a010e + 25770db commit 36bba6aCopy full SHA for 36bba6a
src/ElectronNET/build/ElectronNET.Core.targets
@@ -12,6 +12,10 @@
12
<_IsMsAspNetProject Condition="'$(UsingMicrosoftNETSdkWeb)' == 'true'">True</_IsMsAspNetProject>
13
</PropertyGroup>
14
15
+ <PropertyGroup>
16
+ <PackageId Condition="'$(PackageId)' == ''">$(ElectronPackageId)</PackageId>
17
+ </PropertyGroup>
18
+
19
<ItemGroup>
20
<AssemblyMetadata Include="ElectronExecutable" Value="$(ElectronExecutable)" />
21
<AssemblyMetadata Include="ElectronVersion" Value="$(ElectronVersion)" />
0 commit comments