Compatibility Issue Updating fo-dicom 5.1.3 in .NET Framework 4.7.2 #1932
Replies: 1 comment
-
|
I just uninstalled Microsoft.Extensions.DependencyInjection and it worked. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an application in .NET Framework 4.7.2 that uses fo-dicom 5.0.3. However, I need to update to fo-dicom 5.1.3 due to important project requirements.
The issue is that fo-dicom 5.1.3 requires Microsoft.Extensions.DependencyInjection 6.0.0, which is not compatible with .NET Framework 4.7.2. My current application uses version 5.0.2 of this library.
My question is: Is it possible to update fo-dicom to 5.1.3 while maintaining compatibility with .NET Framework 4.7.2? If so, how can I resolve this version conflict?
Beta Was this translation helpful? Give feedback.
All reactions