forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicrosoft.Azure.Search.Service.csproj
19 lines (18 loc) · 1.27 KB
/
Microsoft.Azure.Search.Service.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageTags>Microsoft Azure Cognitive Search;Microsoft Azure Search;Search</PackageTags>
<Description>Use this package if you're developing automation in .NET to manage Azure Cognitive Search indexes, synonym maps, indexers, data sources, or other service-level resources. If you only need to query or update documents in your indexes, use the Microsoft.Azure.Search.Data package instead. If you need all the functionality of Azure Cognitive Search, use the Microsoft.Azure.Search package instead.</Description>
<AssemblyTitle>Microsoft Azure Cognitive Search Service Library</AssemblyTitle>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<PackageReleaseNotes>See the Microsoft.Azure.Search package for detailed release notes on the entire Azure Cognitive Search .NET SDK.</PackageReleaseNotes>
<!-- Disable warning for missing xml doc comments until we can add all the missing ones -->
<NoWarn>$(NoWarn);1591</NoWarn>
<Version>10.1.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Spatial" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Microsoft.Azure.Search.Common\src\Microsoft.Azure.Search.Common.csproj" />
</ItemGroup>
</Project>