Uh oh!
There was an error while loading. Please reload this page.
Add 3.1 to package index / validation - #49792
Conversation
ghost
commented
Mar 18, 2021
Tagging subscribers to this area: @Anipik, @safern, @ViktorHofer Issue DetailsReplaces #49781
|
GrabYourPitchforks
commented
Mar 18, 2021
I am totally underqualified to review this PR. :) But out of curiosity, I wonder if it would make sense to start performing cleanup of this as RIDs drop off. For instance, netcoreapp2.0 and netcoreapp3.0 are out of support, netcoreapp2.1 will be out of support by the time this wave ships, and so on. It doesn't affect this PR in any way, but it makes me wonder if we should do a grand pass of this and all of our ref\*.csproj and src\*.csproj files. |
ViktorHofer
commented
Mar 18, 2021
After removing harvested assets, this would be the next iteration of trimming out package assets that aren't applicable to modern workloads anymore. |
GrabYourPitchforks
commented
Mar 18, 2021
I kicked the staging step again, but CI looked green otherwise. |
ericstj
commented
Mar 18, 2021
GrabYourPitchforks
commented
Mar 18, 2021
ericstj
commented
Mar 18, 2021
Nope, this looks good. |
Replaces #49781