运行NuGet pack命令时,我收到错误:’AutoMapper’已经为’NETStandard.Library’定义了一个依赖项

前端之家收集整理的这篇文章主要介绍了运行NuGet pack命令时,我收到错误:’AutoMapper’已经为’NETStandard.Library’定义了一个依赖项前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我有一个问题包装我自己的nuget包,其中包括AutoMapper 5.0.2.这只会在Visual Studio Team Services(VSTeam)构建服务器中产生错误.

我的项目使用的是.NET 4.6.1

有关如何修复的任何想法?

这是错误

2016-07-08T23:46:44.5801667Z C:\LR\MMS\Services\Mms\TaskAgentProvisioner\Tools\agents\1.102.0\agent\worker\tools\NuGet.exe pack "C:\a\1\s\Project.csproj" -OutputDirectory "C:\a\1\s\Project\bin\release" -Properties Configuration=release -IncludeReferencedProjects 
2016-07-08T23:46:45.0458195Z MSBuild auto-detection: using msbuild version '14.0' from 'C:\Program Files (x86)\MSBuild\14.0\bin'.
2016-07-08T23:46:45.0468395Z Attempting to build package from 'Project.csproj'.
2016-07-08T23:46:45.1942694Z Packing files from 'C:\a\1\s\Project\bin\Release'.
2016-07-08T23:46:45.3942642Z ##[error]**'AutoMapper' already has a dependency defined for 'NETStandard.Library'.**
2016-07-08T23:46:45.4142626Z ##[error]System.Exception: Unexpected exit code 1 returned from tool NuGet.exe
2016-07-08T23:46:45.4152639Z ##[error] at Microsoft.TeamFoundation.DistributedTask.Task.Internal.PowerShell.InvokeToolCmdlet.ProcessRecord()
2016-07-08T23:46:45.4152639Z ##[error] at System.Management.Automation.CommandProcessor.ProcessRecord()

我还在GitHub上打开了一个问题:https://github.com/AutoMapper/AutoMapper/issues/1499

您需要为Visual Studio版本安装新的Nuget版本.

从这里获取
Nuget gallery

原文链接:https://www.f2er.com/javaschema/281458.html

猜你在找的设计模式相关文章