/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Workspaces/Remote/ServiceHubTest/Microsoft.CodeAnalysis.Remote.ServiceHub.UnitTests.csproj
21 строка
1 KB
David Wengier
Move RazorAnalyzerAssemblyResolver out of ExternalAccess
28 май 2026, 09:06
28 май 2026, 09:06
1b53e40
Код
Авторство
О чём код?
<?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> <!-- Test our primary scenarios: VS OOP, devenv --> <TargetFrameworks>$(NetVS);net472</TargetFrameworks> <RootNamespace>Microsoft.CodeAnalysis.UnitTests</RootNamespace> </PropertyGroup> <ItemGroup Label="Project References"> <ProjectReference Include="..\..\CoreTestUtilities\Microsoft.CodeAnalysis.Workspaces.Test.Utilities.csproj" /> <ProjectReference Include="..\ServiceHub\Microsoft.CodeAnalysis.Remote.ServiceHub.csproj" /> <ProjectReference Include="..\..\..\Compilers\Test\Core\Microsoft.CodeAnalysis.Test.Utilities.csproj" /> </ItemGroup> <ItemGroup> <PackageReference Include="Basic.Reference.Assemblies.NetStandard20" /> </ItemGroup> <ItemGroup> <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> </ItemGroup> </Project>