Update Directory.Build.props

This commit is contained in:
zznty
2023-12-18 18:40:47 +03:00
committed by GitHub
parent 7bbdb79257
commit 6698359c08

View File

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