-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
[release/3.1] Auto-downgrade assemblies extensions' ref/ projects compile against #24944
Labels
area-infrastructure
Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Done
This issue has been fixed
tell-mode
Indicates a PR which is being merged during tell-mode
Milestone
Comments
dougbu
added
area-infrastructure
Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
tell-mode
Indicates a PR which is being merged during tell-mode
labels
Aug 16, 2020
/cc @dotnet/aspnet-build |
As mentioned in #24937, we're leaning toward not being proactive about the "side note" in the description above. If we miss something, the worst case will be a reduction in the fidelity of our testing. |
dougbu
added a commit
to dotnet/core-setup
that referenced
this issue
Aug 17, 2020
dougbu
added a commit
to dotnet/core-setup
that referenced
this issue
Aug 17, 2020
* also prepare to unpin dependencies in aspnetcore - see dotnet/aspnetcore#24937 and dotnet/aspnetcore#24944
dougbu
added a commit
to dotnet/extensions
that referenced
this issue
Aug 18, 2020
dougbu
added a commit
to dotnet/extensions
that referenced
this issue
Aug 18, 2020
ghost
pushed a commit
to dotnet/extensions
that referenced
this issue
Aug 18, 2020
dotnet/extensions@63c6df0 closes this out. Only remaining bits are
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-infrastructure
Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Done
This issue has been fixed
tell-mode
Indicates a PR which is being merged during tell-mode
The code at
aspnetcore/eng/SharedFramework.External.props
Lines 9 to 19 in 96e1537
This relates to dotnet/extensions#2787 and #24937 But, it's more urgent. In particular,
System.IO.Pipelines
has been serviced since 3.1.0 and we missed updating to the version we shipped in 3.1.4.Side note: The following four packages contribute assemblies to Microsoft.AspNetCore.App.Ref but not Microsoft.AspNetCore.App.Runtime. If any of them are serviced, we'll need to add them to the
*.0
auto-downgrade set in both dotnet/extensions and dotnet/aspnetcore.Microsoft.Win32.Registry
System.Security.AccessControl
# not mentioned in extensionsSystem.Security.Cryptography.Cng
System.Security.Principal.Windows
# not mentioned in extensionsShould we be proactive here❔
The text was updated successfully, but these errors were encountered: