/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/ProjectTemplates/TestInfrastructure/Directory.Build.props.in
27 строк
1 KB
github-actions[bot]
Update .NET SDK to 10.0.100-alpha.1.24609.2 (#59389)
13 дек 2024, 03:56
Не верифицирован
13 дек 2024, 03:56
3d6364b
Код
Авторство
О чём код?
<Project> <!-- This file gets copied above the template test projects so that we disconnect the templates from the rest of the repository. --> <PropertyGroup> <RepoRoot>${RepoRoot}</RepoRoot> <ArtifactsBinDir>${ArtifactsBinDir}</ArtifactsBinDir> <!-- These properties are required so that we know where to find the locally-built shared framework and targeting pack when creating a custom "dotnet" root for executing generated templates. --> <TargetingPackLayoutRoot>${TargetingPackLayoutRoot}</TargetingPackLayoutRoot> <SharedFrameworkLayoutRoot>${SharedFrameworkLayoutRoot}</SharedFrameworkLayoutRoot> <!-- Because some template projects require Microsoft.NETCore.App.Runtime.Mono.browser-wasm, we need to allow the download of additional targeting and runtime packs. --> <TestRequiresTargetingPackDownload>true</TestRequiresTargetingPackDownload> <TestRequiresRuntimePackDownload>true</TestRequiresRuntimePackDownload> </PropertyGroup> <Import Project="${ArtifactsBinDir}GenerateFiles\Directory.Build.props" /> <PropertyGroup> <RestoreAdditionalProjectSources>$(RestoreAdditionalProjectSources);$(ArtifactsShippingPackagesDir)</RestoreAdditionalProjectSources> </PropertyGroup> </Project>