-
Notifications
You must be signed in to change notification settings - Fork 361
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 TargetPlatform from Tfm only for frameworks older than net5.0 #6479
Conversation
Anipik
commented
Oct 28, 2020
•
edited
Loading
edited
- adding regex to remove targetplatforms in targetframeworks for restore for older frameworks.
- adding regex to remove targetplatform in tfm for build on older frameworks.
Add code comments to describe the why and the what? |
...d.Tasks.TargetFramework.Sdk/src/build/Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk.props
Outdated
Show resolved
Hide resolved
@ViktorHofer @safern @ericstj this is ready for merge, can you guys take a look ? |
...d.Tasks.TargetFramework.Sdk/src/build/Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk.props
Outdated
Show resolved
Hide resolved
Co-authored-by: Eric StJohn <[email protected]>
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.
Let's get this in as soon as possible as you already updated the Windows-NT platform to windows in dotnet/runtime. I'm sure something is already broken because of this, hence let's get this in fast.
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.
LGTM