You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2024. It is now read-only.
[workload] use **FromWorkload** for targeting/runtime pack versions (#2122)
Context: dotnet/sdk#19596
If we use the version number string of `**FromWorkload**`, then our
runtime packages don't need to be resolved from a NuGet feed. They can
be resolved from the `dotnet/packs` directory.
This completely eliminates the need for a `NuGet.config` file for
projects when you have the `maui` workload installed.
One caveat for dotnet/maui is we have a `$(MicrosoftMauiSdkVersion)`.
We'll need to use `**FromWorkload**` in some places, and the actual
number when declaring `@(PackageReference)`.
0 commit comments