You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 buildmyproject.csproj
withdotnet 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
isnetcoreapp3.0
. All referenced projects are innetstandard2.0
Is there any settings or step to perform in order to have my project build with
dotnet build
?Thanks in advance
The text was updated successfully, but these errors were encountered: