files-community_Files/Directory.Build.props
Yair 5cc3ee40b5
Code Quality: Updated to .NET 10 (#18133)
Co-authored-by: Steven He <hez2010@outlook.com>
2026-02-08 11:13:17 -05:00

14 lines
601 B
XML

<!-- Copyright (c) Files Community. Licensed under the MIT License. -->
<Project>
<PropertyGroup>
<TargetFrameworkVersion>net10.0</TargetFrameworkVersion>
<TargetWindowsVersion>10.0.26100.0</TargetWindowsVersion>
<MinimalWindowsVersion>10.0.19041.0</MinimalWindowsVersion>
<WindowsSdkPackageVersion>10.0.26100.67-preview</WindowsSdkPackageVersion>
<WindowsTargetFramework>$(TargetFrameworkVersion)-windows$(TargetWindowsVersion)</WindowsTargetFramework>
<LangVersion>preview</LangVersion>
<EnableMSTestRunner>true</EnableMSTestRunner>
</PropertyGroup>
</Project>