/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Grpc/JsonTranscoding/Directory.Build.props
15 строк
682 B
William Godbe
Disable parallel restore for BuildAfterTargetingPack projects (#65107)
17 янв 2026, 04:53
Не верифицирован
17 янв 2026, 04:53
03d43ac
Код
Авторство
О чём код?
<Project> <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" /> <PropertyGroup> <!-- Projects must be restored after App.Ref and App.Runtime layouts are complete. --> <RequiresDelayedBuild>true</RequiresDelayedBuild> <!-- Required because Swashbuckle.AspNetCore uses shared runtime --> <UseAspNetCoreSharedRuntime>true</UseAspNetCoreSharedRuntime> <!-- Workaround lack of Linux MUSL x64 support. --> <ExcludeFromBuild Condition=" '$(TargetOsName)' == 'linux-musl' and '$(TargetArchitecture)' == 'x64' ">true</ExcludeFromBuild> </PropertyGroup> </Project>