mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
perf(WpfGui): 指定Wpf目标操作系统版本为win10 (#8409)
* perf(WpfGui): 指定Wpf目标操作系统版本为win10
* docs: 补充windows10 1809相关说明
* Revert "docs: 补充windows10 1809相关说明"
This reverts commit 97d8cb8b73.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<!-- Project -->
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0-windows</TargetFramework>
|
||||
<TargetFramework>net8.0-windows10.0.17763.0</TargetFramework>
|
||||
<RuntimeIdentifier Condition="$(Platform)=='x64'">win-x64</RuntimeIdentifier>
|
||||
<RuntimeIdentifier Condition="$(Platform)=='ARM64'">win-arm64</RuntimeIdentifier>
|
||||
<OutputType>WinExe</OutputType>
|
||||
|
||||
Reference in New Issue
Block a user