Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Allow AutoMapper 10 (#4611)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Trejbal <[email protected]>
  • Loading branch information
brockallen and trejjam authored Jul 21, 2020
2 parents 6987f65 + d39fe40 commit e0e8dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<PackageReference Update="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="5.6.0" />
<PackageReference Update="System.IdentityModel.Tokens.Jwt" Version="[5.6.0,6.0)" />
<PackageReference Update="System.Security.Principal.Windows" Version="4.7.0" />
<PackageReference Update="AutoMapper" Version="[9.0.0,10.0)" />
<PackageReference Update="AutoMapper" Version="[9.0.0,11.0)" />

<!--microsoft asp.net core -->
<PackageReference Update="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="$(FrameworkVersion)" />
Expand Down

0 comments on commit e0e8dcf

Please sign in to comment.