Skip to content

Commit f47b0d8

Browse files
Remove AutoMapper package references from project files
1 parent d9b8820 commit f47b0d8

3 files changed

Lines changed: 1 addition & 7 deletions

File tree

App/backend-api/Microsoft.GS.DPS.Host/Microsoft.GS.DPS.Host.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,10 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="AutoMapper" Version="15.1.1" />
1514
<PackageReference Include="Azure.Data.AppConfiguration" Version="1.6.1" />
1615
<PackageReference Include="Azure.Identity" Version="1.14.1" />
1716
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.12.0" />
18-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.5" />
1917
<PackageReference Include="Microsoft.Extensions.Configuration.AzureAppConfiguration" Version="8.2.0" />
20-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="10.0.5" />
21-
<PackageReference Include="Microsoft.Extensions.Options" Version="10.0.5" />
2218
<PackageReference Include="Microsoft.KernelMemory.WebClient" Version="0.79.241014.2" />
2319
<PackageReference Include="Microsoft.SemanticKernel" Version="1.32.0" />
2420
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />

App/backend-api/Microsoft.GS.DPS/API/KernelMemory/KernelMemory.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using AutoMapper;
2-
using DnsClient.Internal;
1+
using DnsClient.Internal;
32
using Microsoft.GS.DPS.Images;
43
using Microsoft.GS.DPS.Model.KernelMemory;
54
using Microsoft.GS.DPS.Storage.Document;

App/backend-api/Microsoft.GS.DPS/Microsoft.GS.DPS.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="AutoMapper" Version="15.1.1" />
1110
<PackageReference Include="Azure.Identity" Version="1.14.1" />
1211
<PackageReference Include="Azure.Search.Documents" Version="11.6.1" />
1312
<PackageReference Include="FluentValidation" Version="12.0.0" />

0 commit comments

Comments
 (0)