-
Notifications
You must be signed in to change notification settings - Fork 779
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
Drop Microsoft.AspNetCore.Http.Features from net5 & net6 #2860
Drop Microsoft.AspNetCore.Http.Features from net5 & net6 #2860
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2860 +/- ##
=======================================
Coverage 84.09% 84.09%
=======================================
Files 255 255
Lines 9062 9062
=======================================
Hits 7621 7621
Misses 1441 1441 |
src/OpenTelemetry.Instrumentation.AspNetCore/OpenTelemetry.Instrumentation.AspNetCore.csproj
Outdated
Show resolved
Hide resolved
This PR was marked stale due to lack of activity and will be closed in 7 days. Commenting or Pushing will instruct the bot to automatically remove the label. This bot runs once per day. |
Hello @cijothomas, can you point me in the right direction? TLDR: Version bound in the csproj - it's a fading out dependency, or to the props? |
This PR was marked stale due to lack of activity and will be closed in 7 days. Commenting or Pushing will instruct the bot to automatically remove the label. This bot runs once per day. |
Ping @cijothomas |
e006085
to
07207ea
Compare
Ready for re-review |
@trejjam could you add an entry to changelog, as this is public facing change. |
9fb6bc0
to
0c11fd0
Compare
0c11fd0
to
3e80b49
Compare
Changes
The
Microsoft.AspNetCore.Http.Features
is part of the net6.This PR removes the dependency on the not existing package
Microsoft.AspNetCore.Http.Features 6.0
for the net6 target.