Build still failing with dotnet build despite using version 0.2.5
Hi folks,
The issue #17 states that the version 0.2.5 supports now dotnet build. I still have this issue when I try to build myproject.csproj with dotnet build
C:\Users\User\.nuget\packages\strongnamer\0.2.5\build\StrongNamer.targets(30,5): error MSB4062: The "StrongNamer.AddStrongName" task could not be loaded from the assembly C:\Users\User\.nuget\packages\strongnamer\0.2.5\build\netcoreapp2.1\StrongNamer.dll. Assembly with same name is already loaded Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.
myproject.csproj is netcoreapp3.0. All referenced projects are in netstandard2.0
Is there any settings or step to perform in order to have my project build with dotnet build ?
Thanks in advance
Anyone please?
dotnet build-server shutdown should solve the issue.