/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Tools/SemanticSearch/Extensions/Microsoft.CodeAnalysis.SemanticSearch.Extensions.csproj
22 строки
963 B
Ankita Khera
Multi-target SemanticSearch.Extensions to maintain net8.0 compat (#82505)
25 фев 2026, 01:19
Не верифицирован
25 фев 2026, 01:19
24781b4
Код
Авторство
О чём код?
<?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> <TargetFrameworks>$(NetRoslynAll)</TargetFrameworks> <!-- NuGet --> <IsPackable>true</IsPackable> <PackageId>Microsoft.CodeAnalysis.SemanticSearch.Extensions</PackageId> <PackageDescription> Extensions for Roslyn semantic search queries. </PackageDescription> </PropertyGroup> <ItemGroup> <InternalsVisibleTo Include="Microsoft.CodeAnalysis.Features" /> <InternalsVisibleTo Include="Microsoft.CodeAnalysis.CSharp.Features.UnitTests" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\..\Compilers\Core\Portable\Microsoft.CodeAnalysis.csproj" /> </ItemGroup> </Project>