[
https://issues.apache.org/jira/browse/THRIFT-5748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylwester Lachiewicz resolved THRIFT-5748.
------------------------------------------
Fix Version/s: 0.24.0
Resolution: Fixed
Resolved by THRIFT-4534 (commit dc9644eacba48cd77260c6106e498d98daff5392).
The ASP.NET Core HTTP server transport was moved into a separate
ApacheThrift.AspNetCore package, removing
Microsoft.AspNetCore.Http.Abstractions entirely from the core ApacheThrift
library. For modern runtimes (net8.0+), ApacheThrift.AspNetCore references the
Microsoft.AspNetCore.App shared framework. For legacy
netstandard2.0/netstandard2.1 targets, the package references the updated,
non-deprecated 2.3.x package.
> Microsoft.AspNetCore.Http.Abstractions is deprecated
> ----------------------------------------------------
>
> Key: THRIFT-5748
> URL: https://issues.apache.org/jira/browse/THRIFT-5748
> Project: Thrift
> Issue Type: Improvement
> Components: netstd - Library
> Reporter: Jens Geyer
> Assignee: Jens Geyer
> Priority: Major
> Fix For: 0.24.0
>
>
> Microsoft.AspNetCore.Http.Abstractions 2.2.0 is deprecated
--
This message was sent by Atlassian Jira
(v8.20.10#820010)