-
-
Notifications
You must be signed in to change notification settings - Fork 805
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
Updating .net version dependency from 4.5 #866
Comments
Most likely at the same time when we add a target for .NET Standard 2.1 (which isn't available just yet); i.e. sometime later this year.
I'm aware of that, but how exactly is this a problem in this case? Your own project (the one referencing Moq) can simply target a higher .NET Framework version, then NuGet will resolve packages relative to that.
I don't see how: Moq only has two dependencies: Castle.Core, and System.Threading.Tasks.Extensions. The latter has a dependency on System.Runtime.CompilerServices.Unsafe, regardless of what frameworks Moq targets. I'm very much aware of the demand for fewer package dependencies, but our |
Fair enough. I was just thinking that Tasks.Extensions was included in a later .net like valuetuples are so then it wouldn't require the additional nugets. But I don't think that does work the same does it? |
No, So, to conclude this, as far as I can see, updating Moq's target from |
When are you updating .net version dependency from 4.5? This version is no longer supported my Microsoft, we have recently updated to the latest .net as there is no real loss of OS support.
This may reduce the need for dependency on other nuget packages like Tasks.Extensions.
The text was updated successfully, but these errors were encountered: