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
{{ message }}
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
We use the GetDotNetHost task to discover the muxer path when being published from CoreCLR. However invoking this task does not work in desktop MSBuild.
The "GetDotNetHost" task failed unexpectedly.
System.IO.FileNotFoundException: Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
File name: 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
at Microsoft.AspNetCore.BuildTools.GetDotNetHost.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext()
The text was updated successfully, but these errors were encountered:
We use the
GetDotNetHost
task to discover the muxer path when being published from CoreCLR. However invoking this task does not work in desktop MSBuild.The text was updated successfully, but these errors were encountered: