Needs advice
on
ASP.NET CoreASP.NET Core
and
ServiceStackServiceStack

I am currently using ServiceStack nuget package which has a dependency on ServiceStack.Common nuget package which in turn uses System.Common.Data.dll file. Now this dll file is not supported by .NET standard version 2.0.

Hence my whole project is in limbo. I want all the dependencies should either support .NETStandard 2.0 or .NET Core 6 version.

Now I can only get .NET Core 6 when I replace ServiceStack nuget package altogether with ASP.NET Core.

Has anyone faced this before? Thanks.

READ LESS
5 upvotes·10.1K views
Replies (1)
Lead Software Engineer at DraftKings·
Recommends
on
ServiceStack

Use service stack 5.8 if you need netstandard2.0 support. My company uses 5.13.2 for internal libraries and it supports net6. For shared files like contracts we use 5.8. they are compatible.

READ MORE
1 upvote·351 views
Avatar of vishal dobariya