actually hardcode runtime version

This commit is contained in:
zznty
2023-12-17 22:01:28 +07:00
parent afa40d3532
commit 7bbdb79257
6 changed files with 12 additions and 11 deletions

View File

@@ -1,8 +1,9 @@
<Project>
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<RuntimeFrameworkVersion>7.0.4</RuntimeFrameworkVersion>
</PropertyGroup>
</Project>