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

[build system] fix NuGet package dependency version overrides #3580

Merged
merged 1 commit into from
Sep 7, 2018

Conversation

Aaronontheweb
Copy link
Member

resolves issue with production beta packages like Cluster.Sharding depending on the wrong version, i.e.:

image

All of those packages, except for DData, should be references to the stable version. Not beta packages. This PR resolves that issue for all beta packages we still publish.

@Aaronontheweb
Copy link
Member Author

Going forward, if we need to release any new beta packages, we just need to modify the .CSPROJ like this:

@Aaronontheweb Aaronontheweb merged commit e67152d into akkadotnet:dev Sep 7, 2018
@Aaronontheweb Aaronontheweb deleted the beta-package-fix branch September 7, 2018 19:00
@Aaronontheweb Aaronontheweb added this to the 1.3.10 milestone Sep 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant