Skip to content

Commit 12b8949

Browse files
committed
Exclude Microsoft.Extensions.AI as well, since it hits the warnings in #5626
1 parent ff0bf8c commit 12b8949

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Libraries/Microsoft.Extensions.AotCompatibility.TestApp/Microsoft.Extensions.AotCompatibility.TestApp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<LibraryProjects Include="$(RepoRoot)\src\Libraries\**\*.csproj" />
1919
<!-- https://github.com/dotnet/extensions/issues/5626 -->
2020
<LibraryProjects Remove="$(RepoRoot)\src\Libraries\Microsoft.Extensions.AI.Abstractions\Microsoft.Extensions.AI.Abstractions.csproj" />
21+
<LibraryProjects Remove="$(RepoRoot)\src\Libraries\Microsoft.Extensions.AI\Microsoft.Extensions.AI.csproj" />
2122
<!-- https://github.com/Azure/azure-sdk-for-net/issues/47069 -->
2223
<LibraryProjects Remove="$(RepoRoot)\src\Libraries\Microsoft.Extensions.AI.AzureAIInference\Microsoft.Extensions.AI.AzureAIInference.csproj" />
2324
<!-- https://github.com/openai/openai-dotnet/issues/20 -->

0 commit comments

Comments
 (0)