Skip to content
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

Upgrade to VS2017 RC.3 #387

Merged
merged 3 commits into from
Jan 20, 2017
Merged

Upgrade to VS2017 RC.3 #387

merged 3 commits into from
Jan 20, 2017

Conversation

natemcmaster
Copy link
Contributor

Removes lots of unnecessary code from csproj files.

<PackageTags>aspnetcore;codegenerator;scaffolding;visualstudioweb</PackageTags>
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.6' ">$(PackageTargetFallback);portable-net45+win8</PackageTargetFallback>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What references are disabled due to this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NETStandard.Library. It's not currently building with this as a package reference. We will didn't start doing this until the 1.1 train.

<PackageTags>aspnetcore;aspnetcoremvc;codegenerator;scaffolding;visualstudioweb</PackageTags>
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.6' ">$(PackageTargetFallback);portable-net45+win8</PackageTargetFallback>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we move this to build/common.props? or does this conflict with the
<NetCoreAppImplicitPackageVersion>1.0.0</NetCoreAppImplicitPackageVersion>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately, it will disable the implicit package reference, regardless of NetCoreAppImplicitPackageVersion's existence

@natemcmaster
Copy link
Contributor Author

Btw, I'm investigating the failures. I think there are still lingering effects of NuGet/Home#4321

Copy link
Contributor

@prafullbhosale prafullbhosale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

3 participants