Replies: 1 comment
-
|
No idea, I don't do mobile development. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Getting the following error trying to restore nuget packages for a Maui Android and IOS project.
displayName: 'NuGet Restore'
inputs:
command: 'restore'
restoreSolution: '$(Build.Repository.LocalPath)/Source/Mobile/Mobile/Mobile.sln'
feedsToUse: 'config'
nugetConfigPath: '$(Build.Repository.LocalPath)\Build\NuGet.config'
##[error]The nuget command failed with exit code(1) and error(NU1202: Package MediatR.Extensions.Microsoft.DependencyInjection 11.0.0 is not compatible with net70 (.NETFramework,Version=v7.0). Package MediatR.Extensions.Microsoft.DependencyInjection 11.0.0 supports: netstandard2.1 (.NETStandard,Version=v2.1)
NU1202: Package MediatR.Extensions.Microsoft.DependencyInjection 11.0.0 is not compatible with net70-android33.0 (.NETFramework,Version=v7.0,Profile=android33.0). Package MediatR.Extensions.Microsoft.DependencyInjection 11.0.0 supports: netstandard2.1 (.NETStandard,Version=v2.1)
NU1202: Package MonkeyCache.LiteDB 2.0.1 is not compatible with net70-android33.0 (.NETFramework,Version=v7.0,Profile=android33.0). Package MonkeyCache.LiteDB 2.0.1 supports: net60 (.NETFramework,Version=v6.0)
NU1202: Package Xamarin.Android.Glide 4.13.2.2 is not compatible with net70-android33.0 (.NETFramework,Version=v7.0,Profile=android33.0). Package Xamarin.Android.Glide 4.13.2.2 supports:
Beta Was this translation helpful? Give feedback.
All reactions