Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Update harvestPackages.depproj to latest stable #30172

Merged
merged 3 commits into from
Jun 6, 2018

Conversation

wtgodbe
Copy link
Member

@wtgodbe wtgodbe commented Jun 6, 2018

This is the result of running /t:UpdateToLatestStablePackages on harvestPackages.depproj, plus adding System.Net.WebSockets.WebSocketProtocol.

CC @mmitche @safern

Copy link
Member

@safern safern left a comment

Choose a reason for hiding this comment

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

LGTM.

Cc: @weshaggard

@@ -2,19 +2,19 @@
<!-- The versions can be updated by running UpdateToLatestStablePackages target in harvestPackages.depproj -->
<ItemGroup>
<PackageReference Include="Microsoft.CSharp"> <Version>4.5.0</Version></PackageReference>
<PackageReference Include="Microsoft.VisualBasic"> <Version>10.2.0</Version></PackageReference>
<PackageReference Include="Microsoft.VisualBasic"> <Version>10.3.0</Version></PackageReference>
Copy link
Member

Choose a reason for hiding this comment

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

What are all of these ^M instances?

Copy link
Member

Choose a reason for hiding this comment

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

Those are added by the target that automatically updates this file.

Copy link
Member

Choose a reason for hiding this comment

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

I guess something to do with the text format when writing to the file.

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

It'd be nice if we could fix the tool to not do that :)

Copy link
Member

Choose a reason for hiding this comment

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

Seems like it's coming from here:

<_Lines Include="&lt;PackageReference Include=&quot;%(_NewPackageReferences.Identity)&quot;&gt;&#13; &lt;Version&gt;%(_NewPackageReferences.Version)&lt;/Version&gt;&#13;&lt;/PackageReference&gt;" />

and specifically that &#13;.

Copy link
Member Author

Choose a reason for hiding this comment

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

@stephentoub let's do that in a separate PR, @mmitche needs this in ASAP so he can spin a servicing build for 2.1

Copy link
Member

Choose a reason for hiding this comment

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

Yup, totally fine. It just jumped out at me (in large part because GitHub highlights all of them in red ;)

Copy link
Member

Choose a reason for hiding this comment

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

Yes agreed we should fix that formatting, that was me putting the wrong encoding a long time ago.

@stephentoub stephentoub changed the title Harvest Update harvestPackages.depproj to latest stable Jun 6, 2018
@wtgodbe wtgodbe merged commit 7ee8459 into dotnet:release/2.1 Jun 6, 2018
@wtgodbe
Copy link
Member Author

wtgodbe commented Jun 6, 2018

@mmitche feel free to queue the 2.1 build once this gets through the mirror

@karelz karelz added this to the 2.1.x milestone Jul 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants