/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.0.10
Directory.Build.props
10 строк
510 B
Steve
Code Quality: Use Satori GC for x64 and arm64 package (#17487)
04 сен 2025, 19:28
Не верифицирован
04 сен 2025, 19:28
a6b39a9
Код
Авторство
О чём код?
<!-- Copyright (c) Files Community. Licensed under the MIT License. --> <Project> <PropertyGroup> <TargetFrameworkVersion>net9.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> </PropertyGroup> </Project>