Skip to content

Commit 5672e6e

Browse files
build: bump AutoMapper and Microsoft.Extensions.Options
Bumps [AutoMapper](https://github.com/AutoMapper/AutoMapper) and [Microsoft.Extensions.Options](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `AutoMapper` from 13.0.1 to 14.0.0 - [Release notes](https://github.com/AutoMapper/AutoMapper/releases) - [Commits](LuckyPennySoftware/AutoMapper@v13.0.1...v14.0.0) Updates `Microsoft.Extensions.Options` from 9.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v8.0.0) --- updated-dependencies: - dependency-name: AutoMapper dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Options dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 96dc671 commit 5672e6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="AutoMapper" Version="13.0.1" />
14+
<PackageReference Include="AutoMapper" Version="14.0.0" />
1515
<PackageReference Include="Azure.Data.AppConfiguration" Version="1.5.0" />
1616
<PackageReference Include="Azure.Identity" Version="1.13.1" />
1717
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.6" />

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

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

99
<ItemGroup>
10-
<PackageReference Include="AutoMapper" Version="13.0.1" />
10+
<PackageReference Include="AutoMapper" Version="14.0.0" />
1111
<PackageReference Include="Azure.Search.Documents" Version="11.6.0" />
1212
<PackageReference Include="FluentValidation" Version="11.11.0" />
1313
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.9.2" />

0 commit comments

Comments
 (0)