What is alternative for Microsoft.AspNetCore.Http.Abstractions in .net 6.0 ?
Priya
274
Points
62
Posts
|
I'm looking alternative for package :
As now it's deprecated: https://www.nuget.org/packages/Microsoft.AspNetCore.Http.Abstractions/2.2.0?_src=template#readme-body-tab And causing vulnerbility issue as dependent package: https://www.nuget.org/packages/Microsoft.AspNetCore.Http.Abstractions/2.2.0?_src=template#dependencies-body-tab
Is there any alternative for Microsoft.AspNetCore.Http.Abstractions in .net 6.0 ?
|
Answers
Smith
858
Points
169
Posts
|
Add a FrameworkReference instead of a PackageReference as described: Open .csproj in edit mode and add following section and remove package reference:
Posted On:
28-Aug-2023 23:50
Thanks. Worked for me. - Priya 29-Aug-2023 00:15
|
sam
166
Points
68
Posts
|
Projects that target
Posted On:
29-Aug-2023 00:07
|
Blog
Active User (0)
No Active User!