File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ sp_credentials.json
2525
2626publish_profile.xml
2727
28+ # Electron publish output — releases managed via GitHub Releases
29+ 4-Nine /publish /
30+
2831
2932# Python virtual environment created per-project
3033.venv /
Original file line number Diff line number Diff line change 22
33 < PropertyGroup >
44 < TargetFramework > net10 . 0 < / TargetFramework >
5- <!-- Must be set explicitly to override ElectronNET.Core.props default of win-x64 -->
6- <RuntimeIdentifier >linux-x64</RuntimeIdentifier >
5+ < ! -- Set per- OS to override ElectronNET. Core. props default of win- x64 -- >
6+ < RuntimeIdentifier Condition= "$([MSBuild]::IsOSPlatform('Linux'))" > linux - x64 < / RuntimeIdentifier >
7+ < RuntimeIdentifier Condition= "$([MSBuild]::IsOSPlatform('Windows'))" > win - x64 < / RuntimeIdentifier >
8+ < RuntimeIdentifier Condition= "$([MSBuild]::IsOSPlatform('OSX'))" > osx - x64 < / RuntimeIdentifier >
79 < Nullable > enable < / Nullable >
810 < ImplicitUsings > enable < / ImplicitUsings >
911 < UserSecretsId > aspnet - Nine - c69b6efe - bb20 - 41d e- 8 cba- 044207 ebdce1< / UserSecretsId >
You can’t perform that action at this time.
0 commit comments