/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Components/Directory.Build.props
29 строк
1 KB
Copilot
[Blazor] Replace EnableTypeScriptNuGetTarget with TypeScriptCompileBlocked in Components (#67389)
24 июн 2026, 10:37
Не верифицирован
24 июн 2026, 10:37
ceaa772
Код
Авторство
О чём код?
<Project> <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" /> <PropertyGroup> <!-- TypeScript in this tree is compiled via npm/rollup (e.g. Interop\ -> dist\), not by the MSBuild TypeScript toolchain. Block the SDK's TypeScript compilation so neither the VS-installed targets nor the StaticWebAssets TypeScript target try to compile our .ts files. --> <TypeScriptCompileBlocked>true</TypeScriptCompileBlocked> </PropertyGroup> <PropertyGroup> <PackageTags>aspnetcore;components</PackageTags> <ComponentsSharedSourceRoot>$(MSBuildThisFileDirectory)Shared\</ComponentsSharedSourceRoot> <PackageThirdPartyNoticesFile>$(MSBuildThisFileDirectory)THIRD-PARTY-NOTICES.txt</PackageThirdPartyNoticesFile> </PropertyGroup> <PropertyGroup> <!-- Workaround microsoft/msbuild#3626 --> <AddSyntheticProjectReferencesForSolutionDependencies>false</AddSyntheticProjectReferencesForSolutionDependencies> </PropertyGroup> <Import Project="$(RepoRoot)\src\Assets\StaticWebAssets.Groups.targets" /> <Import Project="$(RepoRoot)\src\Components\WebAssembly\WebAssembly\src\StaticWebAssets.Groups.targets" /> </Project>