-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
20 lines (16 loc) · 766 Bytes
/
Directory.Build.props
File metadata and controls
20 lines (16 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- Copyright (c) Files Community. Licensed under the MIT License. -->
<Project>
<PropertyGroup>
<!-- Generic properties -->
<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>
<!-- Use Microsoft.Testing.Platform -->
<EnableMSTestRunner>true</EnableMSTestRunner>
<!-- Use strict Roslyn compilation mode -->
<Features>strict</Features>
</PropertyGroup>
</Project>