Moq.Dapper icon indicating copy to clipboard operation
Moq.Dapper copied to clipboard

Packages failed to restore: Package Moq.Dapper 1.0.7 is not compatible with net80

Open LucasLopesr opened this issue 1 year ago • 0 comments

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'

image

Has anyone ever experienced this? locally the restoration happened without problems...

LucasLopesr avatar Apr 15 '24 18:04 LucasLopesr