Skip to content

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

Merged
merged 2 commits into from
Dec 17, 2018

Conversation

dougbu
Copy link
Contributor

@dougbu dougbu commented Dec 15, 2018

- #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;
Copy link
Member

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.

Copy link
Contributor Author

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.

Copy link
Member

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
Copy link
Member

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

@dougbu
Copy link
Contributor Author

dougbu commented Dec 16, 2018

🆙📅 to revert changes to a few classes

@dougbu dougbu merged commit e717a84 into master Dec 17, 2018
@dougbu dougbu deleted the dougbu/update.stragglers.3754 branch December 17, 2018 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants