-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Update last few projects to target netcoreapp3.0
#5128
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
Conversation
- #3754 - remove `#if`'s for multi-targeting where source is never multi-targeted
@@ -8,7 +8,6 @@ | |||
using System.IO.Pipelines; | |||
using System.Runtime.CompilerServices; | |||
using System.Runtime.ExceptionServices; | |||
using System.Runtime.InteropServices; |
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.
I would leave out these changes since this type is going to be moving to corefx.
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.
🆗 I'll revert changes to StreamPipeReader
and StreamPipeWriter
.
Will CoreFx also take StreamPipeReaderTests
and StreamPipeWriterTests
? If yes, I"ll revert changes to those classes too.
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.
Yes they will.
@@ -8,14 +8,13 @@ | |||
using System.IO.Pipelines; | |||
using System.Runtime.CompilerServices; | |||
using System.Runtime.ExceptionServices; | |||
using System.Runtime.InteropServices; | |||
using System.Threading; | |||
using System.Threading.Tasks; | |||
|
|||
namespace Microsoft.AspNetCore.Http |
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.
Ditto, these types will be moved to corefx
🆙📅 to revert changes to a few classes |
#if
's for multi-targeting where source is never multi-targeted