[One .NET] remove Microsoft.NETCore.App.Host.linux-* #7237
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport of: #7043
Backporting this to help dogfooding MAUI.
Folks are hitting errors such as:
Original PR Description
Context: 3f052b5
Context: dotnet/sdk#25679
If you use our .NET 7 workload, and do:
It fails with:
You have to add a
nuget.config
to solve the issue:In 3f052b5, we had a workaround for early .NET 6 previews to prevent
this issue. At some point the problem seemed fixed because the
dotnet/runtime we were using was always on NuGet.org. I tested a
.NET 6 Android app with the 6.0.300 SDK, and it always downloads
these packages.
For now, let's put 3f052b5 back in. This should also allow us to
remove the
dotnet7
feed in our MSBuild tests.