Skip to content

Commit a37f0fc

Browse files
Copilotstephentoub
andcommitted
Remove Azure.AI.OpenAI package references from all .csproj files and Directory.Packages.props
Co-authored-by: stephentoub <[email protected]>
1 parent 90515bd commit a37f0fc

File tree

29 files changed

+0
-29
lines changed

29 files changed

+0
-29
lines changed

dotnet/Directory.Packages.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<PackageVersion Include="Aspire.Microsoft.Azure.Cosmos" Version="$(AspireAppHostSdkVersion)" />
1818
<PackageVersion Include="Aspire.Hosting.Testing" Version="$(AspireAppHostSdkVersion)" />
1919
<PackageVersion Include="Azure.AI.Agents.Persistent" Version="1.2.0-beta.5" />
20-
<PackageVersion Include="Azure.AI.OpenAI" Version="2.3.0-beta.2" />
2120
<PackageVersion Include="Azure.Identity" Version="1.16.0" />
2221
<PackageVersion Include="Azure.Monitor.OpenTelemetry.Exporter" Version="1.4.0" />
2322
<PackageVersion Include="CommunityToolkit.Aspire.OllamaSharp" Version="9.8.0" />

dotnet/samples/GettingStarted/AgentOpenTelemetry/AgentOpenTelemetry.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Azure.AI.OpenAI" />
1312
<PackageReference Include="Azure.Identity" />
1413
<PackageReference Include="Azure.Monitor.OpenTelemetry.Exporter" />
1514
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" />

dotnet/samples/GettingStarted/AgentProviders/Agent_With_AzureOpenAIChatCompletion/Agent_With_AzureOpenAIChatCompletion.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Azure.AI.OpenAI" />
1312
<PackageReference Include="Azure.Identity" />
1413
</ItemGroup>
1514

dotnet/samples/GettingStarted/AgentProviders/Agent_With_AzureOpenAIResponses/Agent_With_AzureOpenAIResponses.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Azure.AI.OpenAI" />
1312
<PackageReference Include="Azure.Identity" />
1413
</ItemGroup>
1514

dotnet/samples/GettingStarted/Agents/Agent_Step01_Running/Agent_Step01_Running.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Azure.AI.OpenAI" />
1312
<PackageReference Include="Azure.Identity" />
1413
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" />
1514
</ItemGroup>

dotnet/samples/GettingStarted/Agents/Agent_Step02_MultiturnConversation/Agent_Step02_MultiturnConversation.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Azure.AI.OpenAI" />
1312
<PackageReference Include="Azure.Identity" />
1413
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" />
1514
</ItemGroup>

dotnet/samples/GettingStarted/Agents/Agent_Step03_UsingFunctionTools/Agent_Step03_UsingFunctionTools.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Azure.AI.OpenAI" />
1312
<PackageReference Include="Azure.Identity" />
1413
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" />
1514
</ItemGroup>

dotnet/samples/GettingStarted/Agents/Agent_Step04_UsingFunctionToolsWithApprovals/Agent_Step04_UsingFunctionToolsWithApprovals.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Azure.AI.OpenAI" />
1312
<PackageReference Include="Azure.Identity" />
1413
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" />
1514
</ItemGroup>

dotnet/samples/GettingStarted/Agents/Agent_Step05_StructuredOutput/Agent_Step05_StructuredOutput.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Azure.AI.OpenAI" />
1312
<PackageReference Include="Azure.Identity" />
1413
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" />
1514
</ItemGroup>

dotnet/samples/GettingStarted/Agents/Agent_Step06_PersistedConversations/Agent_Step06_PersistedConversations.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Azure.AI.OpenAI" />
1312
<PackageReference Include="Azure.Identity" />
1413
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" />
1514
</ItemGroup>

0 commit comments

Comments
 (0)