/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/EditorFeatures/XunitHook/Microsoft.CodeAnalysis.XunitHook.csproj
14 строк
684 B
Sam Harwell
Overwrite xunit's app domain handling to not call AppDomain.Unload
13 ноя 2020, 19:46
13 ноя 2020, 19:46
72a97e5
Код
Авторство
О чём код?
<?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>Library</OutputType> <RootNamespace>Microsoft.CodeAnalysis.Test.Utilities</RootNamespace> <TargetFramework>net472</TargetFramework> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <IsShipping>false</IsShipping> </PropertyGroup> <ItemGroup> <InternalsVisibleTo Include="Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities" /> </ItemGroup> </Project>