You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue when trying to use the client in a .net 6.0 project. Because the socketio client project is targeting netstandard, a package reference to System.Text.Json package is used. Unfortunately, I cannot use the .net 6.0 json serializer anymore, because this package reference forces me to use the .netstandard v7.0.3 version (through deps.json). This creates a runtime conflict and I cannot continue.
It would be great to add a specific target to the project for net6.0. This way the package reference would not be required anymore.
Maybe event consider have a dual targeting net4 and net6 instead of netstandard.
The text was updated successfully, but these errors were encountered:
thompson-tomo
added a commit
to thompson-tomo/socket.io-client-csharp
that referenced
this issue
Apr 7, 2024
Hello,
I have an issue when trying to use the client in a .net 6.0 project. Because the socketio client project is targeting netstandard, a package reference to System.Text.Json package is used. Unfortunately, I cannot use the .net 6.0 json serializer anymore, because this package reference forces me to use the .netstandard v7.0.3 version (through deps.json). This creates a runtime conflict and I cannot continue.
It would be great to add a specific target to the project for net6.0. This way the package reference would not be required anymore.
Maybe event consider have a dual targeting net4 and net6 instead of netstandard.
The text was updated successfully, but these errors were encountered: