-
-
Notifications
You must be signed in to change notification settings - Fork 239
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 the latest microsoft.extensions.dependencyinjection version? #50
Comments
Just update your reference to 2.0.0? I don't think there should be any incompatibilities. |
There are incompatibilities. I have to use assembly redirect in app.config |
What are the incompatibilities? |
Can't remember now. Either build time or runtime error.
…On Mon, May 7, 2018, 20:43 Kristian Hellang ***@***.***> wrote:
What are the incompatibilities?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADsS-4AaUvK9qjGAwB0e0S37FCR3WnFkks5twEFzgaJpZM4T0B5C>
.
|
I'd love to know, cause I'd like to avoid bumping the dependency and releasing a new version, leaving everyone using 1.x behind, for no benefit (other than not having to pin the MS.Ext.DI dependency to 2.0). |
You can try with your unit test project referencing higher version of the
library and see if you bump into the error. Otherwise wait until tomorrow i
get back to the office.
…On Mon, May 7, 2018, 21:52 Kristian Hellang ***@***.***> wrote:
I'd love to know, cause I'd like to avoid bumping the dependency and
releasing a new version, leaving everyone using 1.x behind, for no benefit
(other than not having to pin the MS.Ext.DI dependency to 2.0).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADsS-0hkltaIL_wYeUNKa8_oZLM6WjRrks5twFGbgaJpZM4T0B5C>
.
|
Just leave all the 1.x people behind....netstandard 1.x is dead.... |
v3.0.0 is now on NuGet 😄 |
Hi;
The latest scrutor version still references 1.1.0 of microsoft.extensions.dependencyinjection. When can it upgrade to reference the latest version 2.0.0? Thanks!
The text was updated successfully, but these errors were encountered: