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 latest prodcon build and add targeting packs for net46 support #598

Merged
merged 5 commits into from
Jun 13, 2018

Conversation

crummel
Copy link
Contributor

@crummel crummel commented Jun 8, 2018

Testing build with net46 changes

@crummel
Copy link
Contributor Author

crummel commented Jun 8, 2018

@dotnet-bot test this please

@crummel
Copy link
Contributor Author

crummel commented Jun 8, 2018

CI seems messed up, closing and reopening.

@crummel crummel closed this Jun 8, 2018
@crummel crummel reopened this Jun 8, 2018
@crummel crummel closed this Jun 12, 2018
@crummel crummel reopened this Jun 12, 2018
@crummel crummel force-pushed the upgradeWithTargetingPacks branch from c1dc37c to f0724a3 Compare June 12, 2018 21:47
@crummel
Copy link
Contributor Author

crummel commented Jun 12, 2018

@dseefeld @dagood This should fix the net46 issues for us for now.

@crummel crummel changed the title [WIP] Upgrade with targeting packs Upgrade to latest prodcon build and add targeting packs for net46 support Jun 12, 2018
@crummel crummel removed the no-merge label Jun 12, 2018
Copy link
Member

@dagood dagood left a comment

Choose a reason for hiding this comment

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

Sweet! One change that I don't understand.

+
+ <Target Name="CopyMscorlib" AfterTargets="Build">
+ <Copy SourceFiles="$(NuGetPackageRoot)\netstandard.library\2.0.0\build\netstandard2.0\ref\netstandard.dll" DestinationFolder="$(ArtifactsBinDir)/MSBuild/$(TargetFramework)/ref" />
+ <Copy SourceFiles="$(NuGetPackageRoot)\netstandard.library\2.0.0\build\netstandard2.0\ref\mscorlib.dll" DestinationFolder="$(ArtifactsBinDir)/MSBuild/$(TargetFramework)/ref" />
Copy link
Member

Choose a reason for hiding this comment

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

What is this change about? I don't see it on NuGet/NuGet.Client#2287.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's actually on the MSBuild PR: https://github.com/Microsoft/msbuild/pull/3389/files#diff-4d3fc7780500131817fceb95ddcea3feR983. Copying mscorlib after the build means it doesn't get pulled into the references, it's a workaround for now.

Copy link
Contributor

@dseefeld dseefeld left a comment

Choose a reason for hiding this comment

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

Looks good. Just wanted to make sure that you intended to update the SHAs for msbuild and nuget-client and add patches for them?

@crummel
Copy link
Contributor Author

crummel commented Jun 12, 2018

Ah, I rebased your commit and got my patch commits in there as well. I changed them back in my commits so I'll squash when this gets merged so it doesn't show up as changing them and then reverting. Thanks for the catch.

@dagood
Copy link
Member

dagood commented Jun 13, 2018

@dotnet-bot test OSX10.12 Release (java.nio.channels.ClosedChannelException)

@dagood
Copy link
Member

dagood commented Jun 13, 2018

@dagood
Copy link
Member

dagood commented Jun 13, 2018

Realized that the update misses the AspNetCore version and ProdCon feed updates. Filed #608 to fix.

@dagood
Copy link
Member

dagood commented Jun 13, 2018

I'm working on batching up the rest of the 2.1.1 changes into a branch based on this PR so I can open the PR for those after this one gets in.

@dagood
Copy link
Member

dagood commented Jun 13, 2018

@dotnet-bot test OSX10.12 Release (java.nio.channels.ClosedChannelException)

@dagood
Copy link
Member

dagood commented Jun 13, 2018

@dotnet-bot test OSX10.12 Release (last try didn't seem to do anything.)

@dagood dagood added no-merge and removed no-merge labels Jun 13, 2018
@dagood dagood merged commit 3f88cca into dotnet:release/2.1 Jun 13, 2018
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