Microsoft.Maui.Dependencies and Microsoft.Maui.Extensions #558
Closed
GeorgeLeithead
started this conversation in
General
Replies: 1 comment 4 replies
-
Nope, we did that on purpose. It's a workaround to ensure that the MAUI dependencies remain private and do not become dependencies on the NuGet Package. It was a bug in the initial release of MAUI, which we still target. We'll likely remove these references when we bump our minimum dependency to .NET 7 in a few months. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There are 20 warnings when building the solution(s) all stating the following:
"Warning NETSDK1023: A PackageReference for 'Microsoft.Maui.Dependencies' was included in your project. This package is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project."
I have tested removing both packages from all the solutions, building and testing. All "appears" to be working OK, and this reduces the warnings to only a few API version issues (CA1416).
Should/could these packages be removed?
Beta Was this translation helpful? Give feedback.
All reactions