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

Dependency fix #247

Merged
merged 3 commits into from
May 10, 2024
Merged

Dependency fix #247

merged 3 commits into from
May 10, 2024

Conversation

Goltom
Copy link
Contributor

@Goltom Goltom commented Jan 29, 2024

Fixes #
Dependency fix in Directory.Packages.props. Allow all 8.x major versions of Npgsql

<PostgresHighVersion>8</PostgresHighVersion>
<PostgresVersion>[$(PostgresLowVersion), $(PostgresHighVersion))</PostgresVersion>
<PostgresHighVersion>9</PostgresHighVersion>
<PostgresVersion>[$(PostgresLowVersion), $(PostgresHighVersion)]</PostgresVersion>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The square brackets weren't closed properly since the commit of @Arkatufus on 10/4/2023

@Arkatufus Arkatufus enabled auto-merge (squash) May 10, 2024 14:33
@Arkatufus Arkatufus merged commit 0785db4 into akkadotnet:dev May 10, 2024
3 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