netcoreapp2.0 packages are compatibile with netcoreapp2.1 - #3336
Conversation
| | DotNetCoreApp DotNetCoreAppVersion.V1_1 -> [ DotNetCoreApp DotNetCoreAppVersion.V1_0 ] | ||
| | DotNetCoreApp DotNetCoreAppVersion.V2_0 -> [ DotNetCoreApp DotNetCoreAppVersion.V1_1; DotNetStandard DotNetStandardVersion.V2_0 ] | ||
| | DotNetCoreApp DotNetCoreAppVersion.V2_1 -> [ DotNetCoreApp DotNetCoreAppVersion.V1_1; DotNetStandard DotNetStandardVersion.V2_0 ] | ||
| | DotNetCoreApp DotNetCoreAppVersion.V2_1 -> [ DotNetCoreApp DotNetCoreAppVersion.V2_0; DotNetStandard DotNetStandardVersion.V2_0 ] |
There was a problem hiding this comment.
I guess we can remove netstandard20 version here as netcoreapp2.0 already supports that
There was a problem hiding this comment.
sure, let me add a test netcoreapp2.1+netstandard2.0 and i'll remove it
|
I'm curious: Did you notice an impact of this? It looks like something incredible hard to debug, but I can't think of what issues would arise from this... |
|
@matthid added cleaned up + test i found it working on my next PR, i just splitted it so is easier to review. |
|
Looks good to me. Thanks for the tests! |
|
I'll merge so when build is green. |
Good luck with that ;) |
|
it's rather important fix. I'll release. Thanks! |
|
Honestly I'm a bit worried that our reviews didn't catch this, but good that it is solved now. |
the
netcoreapp2.1framework supportnetcoreapp2.0packages