File: AssemblyInfo.cs | Web Access |
Project: src\src\Components\Aspire.Qdrant.Client\Aspire.Qdrant.Client.csproj (Aspire.Qdrant.Client) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Aspire; using Aspire.Qdrant.Client; [assembly: ConfigurationSchema("Aspire:Qdrant:Client", typeof(QdrantClientSettings))] [assembly: LoggingCategories("Qdrant.Client")] |