This commit is contained in:
2026-02-10 23:02:15 +08:00
parent 22c896e38c
commit d6f11f2c8f
6 changed files with 111 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
@@ -6,7 +6,7 @@
<Platform>cosmos</Platform>
<SupportsX86Intrinsics>false</SupportsX86Intrinsics>
<SelfContained>True</SelfContained>
<Platforms>AnyCPU;x64</Platforms>
<Platforms>AnyCPU;x64;ARM64</Platforms>
<Configurations>Debug;Release;Fixed_Release</Configurations>
</PropertyGroup>