-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove old dependencies by adding net6 target framework #862
base: dev
Are you sure you want to change the base?
Conversation
…bApiCompatShim code in net6
|
||
namespace Microsoft.Azure.WebJobs.Extensions.Http.Shim | ||
{ | ||
public class HttpRequestMessageFeature : IHttpRequestMessageFeature |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this code is copied here from the Microsoft.AspNetCore.Mvc.WebApiCompatShim
package:
ref: https://github.com/aspnet/Mvc/blob/b18526cdc8d8c868e8d7f9c6c8484064215e1002/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/HttpRequestMessage/HttpRequestMessageFeature.cs
in case somebody somehow manages to call this code path
It seems the tests are not passing in dev branch either... |
…ts on both .NET 6 and .NET 8
…net8 target framework due to missing SDKs in CI
Remove old dependencies by adding net6 target framework and ignore WebApiCompatShim code in net6