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

Upgrade to AutoMapper 13.0 #182

Merged
merged 4 commits into from
Feb 12, 2024
Merged

Upgrade to AutoMapper 13.0 #182

merged 4 commits into from
Feb 12, 2024

Conversation

bitschubse
Copy link

Fixes #181

@bitschubse
Copy link
Author

@dotnet-policy-service agree

@@ -12,7 +12,7 @@
<EFVersion>6.1.3</EFVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' or '$(TargetFramework)' == 'netcoreapp3.0' ">
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' or '$(TargetFramework)' == 'netcoreapp3.0' or '$(TargetFramework)' == 'net6.0' ">
Copy link
Member

Choose a reason for hiding this comment

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

I think EFVersion can be removed. So two here and where it's used, just put the version.

Copy link
Author

Choose a reason for hiding this comment

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

I've made the changes as suggested.

@lbargaoanu lbargaoanu merged commit 928f769 into AutoMapper:master Feb 12, 2024
2 checks passed
@mrsquish
Copy link

Thanks guys, much appreciated.

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.

AutoMapper 13 support
3 participants