Merge pull request #1104 from epsitec-sa/feat/#1095

chore(build): allow customization of target framwork version in dev mode (#1095)
This commit is contained in:
Florian Rappl
2026-08-14 13:07:48 +02:00
committed by GitHub
5 changed files with 12 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
<Import Project="..\common.props" />
<PropertyGroup>
<TargetFrameworks>net6.0;net8.0;net10.0</TargetFrameworks>
<TargetFrameworks>$(ElectronNetTargetFrameworks)</TargetFrameworks>
<PackageOutputPath>..\..\artifacts</PackageOutputPath>
<PackageId>$(PackageNamePrefix)</PackageId>
<Title>$(PackageId)</Title>