Uh oh!
There was an error while loading. Please reload this page.
Add auto dependency flow repo API - #3320
Conversation
dagood
left a comment
There was a problem hiding this comment.
Of the changes for CLI 2.0.0, I don't understand the DisableImplicitAssetTargetFallback and NoWarn, but the rest make sense. Dependency flow implementation looks good other than NETStandardLibraryVersion.
| <NETStandardVersion>2.0.0</NETStandardVersion> | ||
| <DiaSymReaderNativeVersion>1.4.1</DiaSymReaderNativeVersion> | ||
| <WcfVersion>4.4.0-preview3-25503-01</WcfVersion> | ||
| <NETStandardLibraryVersion>2.0.0</NETStandardLibraryVersion> |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
eerhardt
commented
Oct 18, 2017
This is a bit complicated, but I'll try to explain. Back in the There are tests for the Moving to the 2.0.0 SDK, NuGet no longer can restore these old packages by default. So we need to add these properties to these projects in order to keep the old restore behavior. I didn't want to nuke these tests in this change. I've logged https://github.com/dotnet/core-setup/issues/3323 for us to look into whether deleting these tests is the right thing to do or not. |
dagood
left a comment
There was a problem hiding this comment.
Thanks for the explanation, LGTM after NETStandardLibraryPackageVersion.
I first needed to fix the build for the new 2.0.0 RTM version of the .NET Core SDK.
The 2nd commit implements the auto-dependency flow.