This commit is contained in:
iamboss 2025-12-23 13:31:31 +08:00
parent 382569196a
commit 32cc3ec75e

View File

@ -3,7 +3,7 @@
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms> <UseWindowsForms>true</UseWindowsForms>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0-windows</TargetFramework> <TargetFramework>net10.0-windows</TargetFramework>
<Platforms>x64</Platforms> <Platforms>x64</Platforms>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyName>Hi.WpfPlus</AssemblyName> <AssemblyName>Hi.WpfPlus</AssemblyName>
@ -12,7 +12,7 @@
HiAPI wpf canvas. HiAPI wpf canvas.
</Description> </Description>
<Configurations>Debug;Release</Configurations> <Configurations>Debug;Release</Configurations>
<VersionBuild>85</VersionBuild> <VersionBuild>86</VersionBuild>
<VersionPrefix>3.1.$(VersionBuild)</VersionPrefix> <VersionPrefix>3.1.$(VersionBuild)</VersionPrefix>
<PackageId>Hi.WpfPlus</PackageId> <PackageId>Hi.WpfPlus</PackageId>
<PackageTags>HiAPI</PackageTags> <PackageTags>HiAPI</PackageTags>