mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 08:10:47 +08:00
11 lines
243 B
XML
11 lines
243 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|||
|
|
<Nullable>enable</Nullable>
|
|||
|
|
<UseWPF>true</UseWPF>
|
|||
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
|
|||
|
|
</Project>
|