I use IFormFile
in class library, Microsoft.AspNetCore.Http.Features
has become deprecated. What kind nugget package I need now, for IFormFile
in .Net 7
Please read this document:
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/target-aspnetcore
Delete any packages like Microsoft.Extensions.Features in the .csproj file and instead reference the framework.
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With