-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Remove usage of the Microsoft.NETCore.Internal package and replace with other non-shipping packages from dotnet/runtime to get a non-shipping version. #27737
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
Conversation
…th other non-shipping packages from dotnet/runtime to get a non-shipping version.
Adding @dotnet/aspnet-build for awareness. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks❕
@dougbu can you triage the failing tests for me? I don't know enough about the aspnetcore repo. |
@jkoritzinsky I didn't look at all failures but the only problems I saw were instances of https://github.com/dotnet/core-eng/issues/11391. I told AzDO to rerun the failed jobs. |
src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj
Outdated
Show resolved
Hide resolved
- adjust version properties to align with 44c0e66 / dotnet#27784
Latest failures are more of dotnet/runtime#44700. Good news is flaky AzDO feeds didn't break all of the jobs I retried last time. May slowly get to success. |
Thanks very much @jkoritzinsky❕ |
The Microsoft.NETCore.App package is being removed in dotnet/runtime#38457. The usage in ASP.NET Core can be replaced with the .NET Core Shared Framework VS insertion package and the Browser Debug Host transport package, which have the nonshipping version number that matches a runtime build.