xamarin / Xamarin.PropertyEditing

MIT License
24 stars 16 forks source link

Allow other NuGet feeds when building #829

Closed mrward closed 1 year ago

mrward commented 1 year ago

When using the latest internal .NET SDK the build will fail since Xamarin.PropertyEditing cannot resolve the latest packages since all internal package sources are cleared. Resulting in a build failure:

error NU1102: Unable to find package Microsoft.NETCore.App.Ref with version (= 6.0.14)

Backport of https://github.com/xamarin/Xamarin.PropertyEditing/pull/828