/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.1.3
Directory.Build.props
20 строк
766 B
0x5BFA
Code Quality: Enable TreatWarningsAsErrors in some projects & enable "strict" feature flag globally (#18116)
03 май 2026, 04:45
Не верифицирован
03 май 2026, 04:45
1639222
Код
Авторство
О чём код?
<!-- 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>