1
0

feat: commit content which I don't know when I create them

This commit is contained in:
2026-01-18 10:43:30 +08:00
parent 4aaf64eae5
commit ab5a68bed7
8 changed files with 244 additions and 24 deletions

View File

@@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ApplicationIcon>Assets\App.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
@@ -15,6 +16,7 @@
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
<PackageReference Include="DotNetZip" Version="1.9.1.8" />
<PackageReference Include="LanguageExt.Core" Version="4.4.9" />
</ItemGroup>
</Project>