Use ElectronPackageId instead of PackageId

This commit is contained in:
softworkz
2025-12-16 14:53:25 +01:00
parent 19e785f53f
commit 13f1203ccc
7 changed files with 13 additions and 13 deletions

View File

@@ -41,7 +41,7 @@ A `package.json` file **is allowed** in the `ElectronHostHook` folder if you're
```xml
<PropertyGroup Label="ElectronNetCommon">
<PackageId>my-electron-app</PackageId>
<ElectronPackageId>my-electron-app</ElectronPackageId>
<Title>My Electron App</Title>
<Version>1.0.0</Version>
<Description>My awesome Electron.NET application</Description>