chores: edit .csproj content to make it possible for publishing to ms store, update version code

This commit is contained in:
Zhe Fang
2025-10-24 16:45:26 -04:00
parent 8c0d3667e4
commit b7952f5eef
3 changed files with 5 additions and 4 deletions

View File

@@ -1,8 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<IsPublishable>False</IsPublishable>
<TargetFramework>net8.0-windows10.0.26100.0</TargetFramework>
<IsPublishable>False</IsPublishable>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>