Deprecated package, what package should I use? #49783
-
The Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets package is deprecated and I would like to use it's |
Beta Was this translation helpful? Give feedback.
Answered by
LeaFrock
Aug 2, 2023
Replies: 1 comment 3 replies
-
It should be already included in aspnetcore sdk(3.0+), instead of exposing as a single package. If you're using aspnetcore, it's recommended upgrading the framework to .NET 6+ and use it directly. If you aren't, make sure your project refer to the sdk. See this doc for details. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
TheVeryStarlk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be already included in aspnetcore sdk(3.0+), instead of exposing as a single package.
If you're using aspnetcore, it's recommended upgrading the framework to .NET 6+ and use it directly. If you aren't, make sure your project refer to the sdk. See this doc for details.