UnoSD / Moq.Dapper

Moq extensions for Dapper methods.
GNU General Public License v2.0
173 stars 78 forks source link

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

Open LucasLopesr opened 6 months ago

LucasLopesr commented 6 months ago

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...