更新0.5.9.0

This commit is contained in:
LanZhan
2026-04-21 00:50:12 +08:00
parent 797d4f1f64
commit 60aec55182
2 changed files with 2 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<Identity
Name="C19A3696.28439CB846862"
Publisher="CN=D8BFD4E9-94E2-482B-A987-F96C72D65FDF"
Version="0.5.8.0" />
Version="0.5.9.0" />
<mp:PhoneIdentity PhoneProductId="4b2c875e-db2d-4ef4-938e-760bd94fe9a8" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net11.0-windows10.0.26100.0</TargetFramework>
<TargetFramework>net10.0-windows10.0.26100.0</TargetFramework>
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
<RootNamespace>UntamedMusicPlayer</RootNamespace>
<ApplicationIcon>Assets/AppIcon/Icon.ico</ApplicationIcon>
@@ -14,7 +14,6 @@
<ImplicitUsings>enable</ImplicitUsings>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<LangVersion>preview</LangVersion>
<Features>runtime-async=on</Features>
</PropertyGroup>
<ItemGroup>
<None Remove="Assets\**\*" />