Skip to content

Conversation

@tmat
Copy link
Member

@tmat tmat commented Nov 9, 2022

Description

Microsoft.Extensions.DotNetDeltaApplier.dll from the current .NET SDK version can be loaded to an app that targets any version of .NET >= 6.0 and equal or lower than the current version. We could target the dll to net6.0 to satisfy these requirements, but that would add more prebuilds to source build. Instead, we target netstandard2.1.

Fixes dotnet/aspnetcore#45129, https://github.com/aspnet/AspNetCore-ManualTests/issues/1635

Customer Impact

Customers can't use dotnet-watch from .NET 7.0 when .NET 6.0 is also installed.

Regression?

  • Yes
  • No

Regressed by #27012

Risk

  • High
  • Medium
  • Low

The change is small and the affected code paths are well covered by tests.

Verification

  • Manual (required)
  • Automated

Packaging changes reviewed?

  • Yes
  • No
  • N/A

@tmat tmat changed the base branch from release/7.0.2xx to release/7.0.1xx November 9, 2022 22:00
@mkArtakMSFT mkArtakMSFT requested a review from javiercn November 9, 2022 23:06
Copy link
Contributor

@mkArtakMSFT mkArtakMSFT left a comment

Choose a reason for hiding this comment

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

Thanks @tmat.
I don't have any particular feedback but added @javiercn in case he will have any. Don't block on him, though.

@tmat
Copy link
Member Author

tmat commented Nov 10, 2022

@lbussell PTAL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants