/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Tools/RunTests/RunTests.csproj
21 строка
1 KB
Jared Parsons
Collect crash dumps on hang (#84227)
24 июн 2026, 21:12
Не верифицирован
24 июн 2026, 21:12
461330f
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. --> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>$(NetRoslyn)</TargetFramework> <SignAssembly>false</SignAssembly> <IsShipping>false</IsShipping> <IsTestUtilityProject>true</IsTestUtilityProject> </PropertyGroup> <ItemGroup> <PackageReference Include="System.Collections.Immutable" /> <PackageReference Include="System.Reflection.Metadata" /> <PackageReference Include="System.Management" /> <PackageReference Include="Microsoft.Diagnostics.NETCore.Client" /> <PackageReference Include="Mono.Options" /> <PackageReference Include="Newtonsoft.Json" /> <ProjectReference Include="..\..\Compilers\Test\Core\Microsoft.CodeAnalysis.Test.Utilities.csproj" /> </ItemGroup> <Import Project="..\..\Dependencies\Contracts\Microsoft.CodeAnalysis.Contracts.projitems" /> </Project>