Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Florian Rappl
2026-08-03 11:13:32 +02:00
committed by GitHub
parent 525d6185fb
commit 2f8f717dbb

View File

@@ -54,7 +54,7 @@ Add the Electron.NET configuration to your `.csproj` file:
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ElectronNET.Core" Version="0.5.1" />
<PackageReference Include="ElectronNET.Core" Version="0.5.2" />
</ItemGroup>
```