Skip to content

Commit e06082d

Browse files
authored
Merge pull request #8 from CoderAllan/dependabot/nuget/ProjectHierarchyTest/TestSolution/CoreConsoleApp1/AutoMapper-16.1.1
Bump AutoMapper from 8.0.0 to 16.1.1
2 parents 922f246 + 15b9ad3 commit e06082d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ProjectHierarchyTest/TestSolution/CoreConsoleApp1/CoreConsoleApp1.csproj

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

88
<ItemGroup>
9-
<PackageReference Include="AutoMapper" Version="8.0.0" />
9+
<PackageReference Include="AutoMapper" Version="16.1.1" />
1010
<PackageReference Include="log4net" Version="2.0.10" />
1111
<PackageReference Include="System.Net.Http" Version="4.3.4" />
1212
</ItemGroup>

ProjectHierarchyTest/TestSolution/StandardClassLibrary2/StandardClassLibrary2.csproj

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

88
<ItemGroup>
9-
<PackageReference Include="AutoMapper" Version="8.0.0" />
9+
<PackageReference Include="AutoMapper" Version="16.1.1" />
1010
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1111
</ItemGroup>
1212

ProjectHierarchyTest/TestSolution/StandardClassLibrary3/StandardClassLibrary3.csproj

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

77
<ItemGroup>
8-
<PackageReference Include="AutoMapper" Version="8.0.0" />
8+
<PackageReference Include="AutoMapper" Version="16.1.1" />
99
<PackageReference Include="log4net" Version="2.0.10" />
1010
</ItemGroup>
1111

0 commit comments

Comments
 (0)