Skip to content

Commit a049422

Browse files
authored
Remove the unused dependency (Azure#50497)
1 parent 2385a0a commit a049422

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sdk/ai/Azure.AI.Agents.Persistent/src/Azure.AI.Agents.Persistent.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>This is the Azure.AI.Agents.Persistent client library for developing .NET applications with rich experience.</Description>
44
<AssemblyTitle>Microsoft Azure.AI.Agents.Persistent client library</AssemblyTitle>
@@ -16,8 +16,6 @@
1616

1717
<ItemGroup>
1818
<PackageReference Include="Azure.Core" />
19-
<PackageReference Include="Azure.Identity" />
20-
<PackageReference Include="System.ClientModel" />
2119
</ItemGroup>
2220

2321
<!-- Shared source from Azure.Core -->

0 commit comments

Comments
 (0)