Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] set
$(AllowSelfContainedWithoutRuntimeIdentifier)
(#8547)
Context: #8366 Context: dotnet/sdk@d21e6bf Rolf introduced an "escape hatch" in the .NET 9 SDK for emitting a build warning for a case that doesn't make sense on mobile. All mobile apps are self-contained, and we define RIDs by default, so the error is not needed. It appears than when building `net8.0-android` apps on the .NET 9 SDK, we will also need to silence this warning. This property should not have any effect in the stable, .NET 8 SDK. After this change goes in, we'll likely need the .NET 9 Android workload to depend on a newer .NET 8 Android workload with this change in place.
- Loading branch information