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 wonder that is it working with .NET Core 2.x? I have seen in the README file that it works with ASP.NET Core 1.0, but I have checked the *.csproj files that its only target to 4.5.x. My question is how can I make it work with .NET Core 2.x and .NET Core stack?
The text was updated successfully, but these errors were encountered:
Only the core Qactive library is compatible with .NET Core 1.x, because it didn't provide any support for binary serialization, TCP sockets or Expression Trees. I haven't looked into .NET Core 2.x support, but if the new .NET Core includes those APIs, then I'll certainly consider providing support for the entire stack.
I wonder that is it working with .NET Core 2.x? I have seen in the README file that it works with
ASP.NET Core 1.0
, but I have checked the*.csproj
files that its only target to 4.5.x. My question is how can I make it work with .NET Core 2.x and .NET Core stack?The text was updated successfully, but these errors were encountered: