Add microsoft.aspnetcore.app.ref 6.0.2 back#1365
Conversation
@tmat - Was this something missed before e.g. was it causing a break/functional issue? Can you link to more information such as an issue/PR that surfaces the need to add this back? TIA. |
|
@dotnet/source-build - Assuming we need this, the test failure indicates the targeting pack needs to be re-generated because of #1239. |
|
@MichaelSimons We do need this. Hot Reload supports net6.0+ apps. See https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2559220 How do I regenerate? |
4933d4a to
0b8cac2
Compare
0b8cac2 to
fd95f18
Compare
I regenerated the packages as the tooling for this is in a private repo. |
|
/backport to release/10.0 |
|
Started backporting to release/10.0: https://github.com/dotnet/source-build-reference-packages/actions/runs/17616144286 |
The targeting pack was removed by #1197 but it's still needed for Hot Reload ASP.NET middleware.