Moq.Dapper
Moq.Dapper copied to clipboard
Packages failed to restore: Package Moq.Dapper 1.0.7 is not compatible with net80
I had problems restoring test packages using "Moq.Dapper" using Azure Pipeline
SDK version net8.0
Command:
- task: NuGetCommand@2
displayName: 'Restore NuGet Packages'
inputs:
command: restore
projects: '*.sln'
Has anyone ever experienced this? locally the restoration happened without problems...