/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.0.34
Directory.Build.props
13 строк
601 B
Yair
Code Quality: Updated to .NET 10 (#18133)
08 фев 2026, 19:13
Не верифицирован
08 фев 2026, 19:13
5cc3ee4
Код
Авторство
О чём код?
<!-- 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>