-
Notifications
You must be signed in to change notification settings - Fork 4.9k
[release/2.1] Add SuppressMetaPackage to break circular dependency during System.Memory package restore #36550
Changes from 3 commits
20e9f7a
8a1af30
6f62ef8
5910701
373318d
f097e75
70a151f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -2,7 +2,7 @@ | |||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||
<Import Project="..\dir.props" /> | ||||||
<PropertyGroup> | ||||||
<AssemblyVersion>4.0.1.0</AssemblyVersion> | ||||||
<AssemblyVersion>4.0.1.1</AssemblyVersion> | ||||||
<PackageVersion>4.5.1</PackageVersion> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we know why there is a There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I saw that, but decided to leave it since the That said, we aren't consistent in other places: corefx/src/System.Threading.Tasks.Extensions/pkg/System.Threading.Tasks.Extensions.pkgproj Line 9 in 39fcb4b
cc @tarekgh See related thread where it was added to the |
||||||
<!-- System.Memory has forwarded types into the runtime on netcoreapp/uap | ||||||
It must win over assemblies versioned at 4.0.* --> | ||||||
|
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.
Has 4.5.3 been built stable yet?
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.
No, but I incremented it following the servicing guideline here: https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/library-servicing.md#determine-packageversion
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.
I see. Maybe that document should explicitly call out that
StableVersion
should not be changed until after you've shipped the stable release.StableVersion
list represents history.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.
@ahsonkhan this change still needs to be removed before I can merge this
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.
Done, thanks.