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

Allow different versions of MS Abstractions nuget package for Akka.DependencyInjection #4739

Merged
merged 3 commits into from
Jan 22, 2021

Conversation

IgorFedchenko
Copy link
Contributor

Instead of multi-targeting, we can just allow lower versions of MS nuget package to be used, since all we need is ActivatorUtilities which exists in a wide version range of that package.

Copy link
Member

@Aaronontheweb Aaronontheweb left a comment

Choose a reason for hiding this comment

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

I'm at odds about what to do here to some extent largely because I'm not sure whether this is going to introduce a new set of problems.

The other alternative is just multi-targeting, which we can certainly do... But we have been trying to avoid that.

I think we should do a quick release with this included and see how things go, since .NET Core 3.1 seems to be the dominant one and the only real stable release. .NET 5 users should be able to roll-forward on top of this without any issues either.

@Aaronontheweb Aaronontheweb merged commit b9d1375 into akkadotnet:dev Jan 22, 2021
@Aaronontheweb Aaronontheweb added this to the 1.4.16 milestone Jan 22, 2021
@IgorFedchenko IgorFedchenko deleted the akka-di-multitarget branch January 22, 2021 17:20
Aaronontheweb added a commit that referenced this pull request Jan 22, 2021
#### 1.4.16 January 22 2021 ####
**Maintenance Release for Akka.NET 1.4**

This is a tiny release of Akka.NET, aimed at solving a transient dependency issue with Akka.DependencyInjection:

* [Akka.DependencyInjection: Allow different versions of MS Abstractions nuget package for Akka.DependencyInjection](#4739) - rolls back to Microsoft.Extensions.DependencyInjection.Abstractions 3.1 instead of 5.0
Aaronontheweb added a commit that referenced this pull request Jan 22, 2021
#### 1.4.16 January 22 2021 ####
**Maintenance Release for Akka.NET 1.4**

This is a tiny release of Akka.NET, aimed at solving a transient dependency issue with Akka.DependencyInjection:

* [Akka.DependencyInjection: Allow different versions of MS Abstractions nuget package for Akka.DependencyInjection](#4739) - rolls back to Microsoft.Extensions.DependencyInjection.Abstractions 3.1 instead of 5.0
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