Skip to content

Commit

Permalink
Merge pull request #70 from loresoft/dependabot/nuget/AutoMapper-10.0.0
Browse files Browse the repository at this point in the history
Bump AutoMapper from 9.0.0 to 10.0.0
  • Loading branch information
pwelter34 committed Jul 6, 2020
2 parents 694ccae + 8960cee commit 2753586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/KickStart.AutoMapper/KickStart.AutoMapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AutoMapper" Version="9.0.0" />
<PackageReference Include="AutoMapper" Version="10.0.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="AutoMapper" Version="9.0.0" />
<PackageReference Include="AutoMapper" Version="10.0.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="FluentAssertions" Version="5.10.3" />
</ItemGroup>
Expand Down

0 comments on commit 2753586

Please sign in to comment.