Skip to content

Commit 33e042f

Browse files
authored
Additional simplifications to SDK dependencies (Azure#49161)
* part 2 * Add a few more * fix eh
1 parent 75ef89b commit 33e042f

File tree

17 files changed

+0
-44
lines changed

17 files changed

+0
-44
lines changed

sdk/contentsafety/Azure.AI.ContentSafety/src/Azure.AI.ContentSafety.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
</ItemGroup>
2121
<ItemGroup>
2222
<PackageReference Include="Azure.Core" />
23-
<PackageReference Include="System.ClientModel" />
24-
<PackageReference Include="System.Text.Json" />
2523
</ItemGroup>
2624

2725
</Project>

sdk/core/Microsoft.Azure.Core.Spatial/src/Microsoft.Azure.Core.Spatial.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="Microsoft.Spatial" />
16-
<PackageReference Include="System.Text.Encodings.Web" />
1716
<PackageReference Include="System.Text.Json" />
1817
</ItemGroup>
1918

sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Azure.Messaging.EventHubs.Processor.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@
2020
<PackageReference Include="Azure.Messaging.EventHubs" VersionOverride="5.12.0-beta.2" />
2121
<PackageReference Include="Azure.Storage.Blobs" />
2222
<PackageReference Include="Microsoft.Azure.Amqp" />
23-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
24-
<PackageReference Include="System.Diagnostics.DiagnosticSource" />
2523
<PackageReference Include="System.Reflection.TypeExtensions" />
2624
<PackageReference Include="System.Threading.Channels" />
27-
<PackageReference Include="System.Threading.Tasks.Extensions" />
2825
</ItemGroup>
2926

3027
<!-- Import Event Hubs shared source -->

sdk/eventhub/Azure.Messaging.EventHubs/src/Azure.Messaging.EventHubs.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,8 @@
2020
<PackageReference Include="Azure.Core" />
2121
<PackageReference Include="Azure.Core.Amqp" />
2222
<PackageReference Include="Microsoft.Azure.Amqp" />
23-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
24-
<PackageReference Include="System.Diagnostics.DiagnosticSource" />
25-
<PackageReference Include="System.Memory.Data" />
2623
<PackageReference Include="System.Reflection.TypeExtensions" />
2724
<PackageReference Include="System.Threading.Channels" />
28-
<PackageReference Include="System.Threading.Tasks.Extensions" />
2925
</ItemGroup>
3026

3127
<!-- Import Event Hubs shared source -->

sdk/identity/Azure.Identity.Broker/src/Azure.Identity.Broker.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
</PropertyGroup>
1515
<ItemGroup>
1616
<PackageReference Include="Azure.Identity" />
17-
<PackageReference Include="System.Memory" />
18-
<PackageReference Include="System.Text.Json" />
19-
<PackageReference Include="System.Threading.Tasks.Extensions" />
2017
<PackageReference Include="Microsoft.Identity.Client" />
2118
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" />
2219
<PackageReference Include="Microsoft.Identity.Client.Broker" />

sdk/keyvault/Azure.Security.KeyVault.Administration/src/Azure.Security.KeyVault.Administration.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="Azure.Core" />
18-
<PackageReference Include="System.Text.Json" />
1918
</ItemGroup>
2019

2120
<ItemGroup>

sdk/keyvault/Azure.Security.KeyVault.Certificates/src/Azure.Security.KeyVault.Certificates.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020

2121
<ItemGroup>
2222
<PackageReference Include="Azure.Core" />
23-
<PackageReference Include="System.Memory" />
24-
<PackageReference Include="System.Text.Json" />
25-
<PackageReference Include="System.Threading.Tasks.Extensions" />
2623
</ItemGroup>
2724

2825
<ItemGroup>

sdk/keyvault/Azure.Security.KeyVault.Keys/src/Azure.Security.KeyVault.Keys.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919

2020
<ItemGroup>
2121
<PackageReference Include="Azure.Core" />
22-
<PackageReference Include="System.Memory" />
23-
<PackageReference Include="System.Text.Json" />
24-
<PackageReference Include="System.Threading.Tasks.Extensions" />
2522
</ItemGroup>
2623

2724
<ItemGroup>

sdk/keyvault/Azure.Security.KeyVault.Secrets/src/Azure.Security.KeyVault.Secrets.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818

1919
<ItemGroup>
2020
<PackageReference Include="Azure.Core" />
21-
<PackageReference Include="System.Memory" />
22-
<PackageReference Include="System.Text.Json" />
23-
<PackageReference Include="System.Threading.Tasks.Extensions" />
2421
</ItemGroup>
2522

2623
<ItemGroup>

sdk/openai/Azure.AI.OpenAI.Assistants/src/Azure.AI.OpenAI.Assistants.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
<ItemGroup>
1818
<PackageReference Include="Azure.Core" />
19-
<PackageReference Include="System.Text.Json" />
2019
</ItemGroup>
2120

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

0 commit comments

Comments
 (0)