Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumped minimum version for automapper package reference #73

Merged
merged 2 commits into from
Feb 13, 2024

Conversation

watercable76
Copy link
Contributor

Bumped the minimum version for the AutoMapper package reference to accommodate for the AutoMapper package version updates to v13.0.1

This should allow a project that uses both the AutoMapper and AutoMapper.Data projects to be compatible with each other

Bumped the minimum version for the automapper package reference to accommodate for the automapper package version updates to v13.0.1
@watercable76
Copy link
Contributor Author

@dotnet-policy-service agree

@@ -25,7 +25,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AutoMapper" Version="[12.0.0, 13.0.0)" />
<PackageReference Include="AutoMapper" Version="[13.0.1,)" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version range must be 13-14 and it must target .net 6.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to target .net 6 and the version range for the AutoMapper package

@lbargaoanu lbargaoanu merged commit ed5f3a2 into AutoMapper:master Feb 13, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants