Skip to content

Commit

Permalink
Sort references
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilchie committed May 7, 2024
1 parent edbd32b commit cfd8aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotnet/src/IntegrationTests/IntegrationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@
<ProjectReference Include="..\Agents\Core\Agents.Core.csproj" />
<ProjectReference Include="..\Agents\OpenAI\Agents.OpenAI.csproj" />
<ProjectReference Include="..\Connectors\Connectors.Google\Connectors.Google.csproj" />
<ProjectReference Include="..\Connectors\Connectors.Memory.AzureCosmosDBNoSQL\Connectors.Memory.AzureCosmosDBNoSQL.csproj" />
<ProjectReference Include="..\Connectors\Connectors.Onnx\Connectors.Onnx.csproj" />
<ProjectReference Include="..\Connectors\Connectors.OpenAI\Connectors.OpenAI.csproj" />
<ProjectReference Include="..\Connectors\Connectors.HuggingFace\Connectors.HuggingFace.csproj" />
<ProjectReference Include="..\Connectors\Connectors.Memory.AzureCosmosDBMongoDB\Connectors.Memory.AzureCosmosDBMongoDB.csproj" />
<ProjectReference Include="..\Connectors\Connectors.Memory.AzureCosmosDBNoSQL\Connectors.Memory.AzureCosmosDBNoSQL.csproj" />
<ProjectReference Include="..\Connectors\Connectors.Memory.Chroma\Connectors.Memory.Chroma.csproj" />
<ProjectReference Include="..\Connectors\Connectors.Memory.Milvus\Connectors.Memory.Milvus.csproj" />
<ProjectReference Include="..\Connectors\Connectors.Memory.MongoDB\Connectors.Memory.MongoDB.csproj" />
<ProjectReference Include="..\Connectors\Connectors.Memory.Postgres\Connectors.Memory.Postgres.csproj" />
<ProjectReference Include="..\Connectors\Connectors.Memory.Weaviate\Connectors.Memory.Weaviate.csproj" />
<ProjectReference Include="..\Connectors\Connectors.Memory.AzureCosmosDBMongoDB\Connectors.Memory.AzureCosmosDBMongoDB.csproj" />
<ProjectReference Include="..\Extensions\PromptTemplates.Handlebars\PromptTemplates.Handlebars.csproj" />
<ProjectReference Include="..\Planners\Planners.Handlebars\Planners.Handlebars.csproj" />
<ProjectReference Include="..\Planners\Planners.OpenAI\Planners.OpenAI.csproj" />
Expand Down

0 comments on commit cfd8aff

Please sign in to comment.