/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
eng/targets/CSharp.Common.props
24 строки
829 B
dotnet-maestro[bot]
[main] Source code updates from dotnet/dotnet (#67309)
20 июн 2026, 08:22
Не верифицирован
20 июн 2026, 08:22
afca1bd
Код
Авторство
О чём код?
<Project> <PropertyGroup> <LangVersion>preview</LangVersion> <!-- Enables Strict mode for Roslyn compiler --> <Features>strict</Features> </PropertyGroup> <ItemGroup Condition=" $(IsTestProject) "> <Reference Include="Microsoft.AspNetCore.InternalTesting" /> <Reference Include="Moq" /> <Compile Include="$(SharedSourceRoot)test\SuccessfulTests.cs" LinkBase="SharedTests" Visible="false" /> </ItemGroup> <Import Project="$(RepoRoot)src\Testing\src\build\Microsoft.AspNetCore.InternalTesting.props" Condition=" $(IsTestProject) " /> <ItemDefinitionGroup Condition=" $(IsTestProject) "> <Content> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> </Content> </ItemDefinitionGroup> </Project>