-
Notifications
You must be signed in to change notification settings - Fork 49
System.Runtime.InteropServices.RuntimeInformation not required for .NET Framework 4.7.1 #54
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
Comments
- .NET Framework 4.7.1+ implements System.Runtime.InteropServices.RuntimeInformation so don't need to have dependency on external NuGet package like .NET 4.5 Implements Taritsyn#54
Hello, David! Does dependency on the |
Yes, you end up with a reference to the assembly, but also a warning that it can't find it (which is a strange warning as the file is sitting there). There's also info logged if you do a command-line build:
|
OK. Thanks for information! |
Hello, David! This fix was included in version 3.0.0 Beta 4. |
Awesome! |
I believe this NuGet package wouldn't be required when targetting 4.7.1 as it it built in
https://docs.microsoft.com/en-au/dotnet/api/system.runtime.interopservices.runtimeinformation?view=netframework-4.7.1
The text was updated successfully, but these errors were encountered: