Skip to content

Instantly share code, notes, and snippets.

@jwosty
Created June 10, 2019 19:28
Show Gist options
  • Save jwosty/3cf71f385ec95cefbdfae446c13428c8 to your computer and use it in GitHub Desktop.
Save jwosty/3cf71f385ec95cefbdfae446c13428c8 to your computer and use it in GitHub Desktop.
build-failure
Microsoft (R) Build Engine version 15.9.20+g88f5fadfbe for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.
Restoring packages for /Users/jwostenberg/Code/FSharp/electest/StageForge.Core/StageForge.Core.fsproj...
Restoring packages for /Users/jwostenberg/Code/FSharp/electest/StageForge.Host/StageForge.Host.csproj...
Generating MSBuild file /Users/jwostenberg/Code/FSharp/electest/StageForge.Core/obj/StageForge.Core.fsproj.nuget.g.props.
Generating MSBuild file /Users/jwostenberg/Code/FSharp/electest/StageForge.Core/obj/StageForge.Core.fsproj.nuget.g.targets.
Restore completed in 724.18 ms for /Users/jwostenberg/Code/FSharp/electest/StageForge.Core/StageForge.Core.fsproj.
Generating MSBuild file /Users/jwostenberg/Code/FSharp/electest/StageForge.Host/obj/StageForge.Host.csproj.nuget.g.props.
Generating MSBuild file /Users/jwostenberg/Code/FSharp/electest/StageForge.Host/obj/StageForge.Host.csproj.nuget.g.targets.
Restore completed in 1.21 sec for /Users/jwostenberg/Code/FSharp/electest/StageForge.Host/StageForge.Host.csproj.
/usr/local/share/dotnet/sdk/2.1.505/FSharp/Microsoft.FSharp.Targets(183,9): error MSB4062: The "FSharpEmbedResXSource" task could not be loaded from the assembly /usr/local/share/dotnet/sdk/2.1.505/FSharp/FSharp.Build.dll. Could not load file or assembly 'FSharp.Core, Version=4.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Could not find or load a specific file. (Exception from HRESULT: 0x80131621) 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. [/Users/jwostenberg/Code/FSharp/electest/StageForge.Core/StageForge.Core.fsproj]
Build FAILED.
/usr/local/share/dotnet/sdk/2.1.505/FSharp/Microsoft.FSharp.Targets(183,9): error MSB4062: The "FSharpEmbedResXSource" task could not be loaded from the assembly /usr/local/share/dotnet/sdk/2.1.505/FSharp/FSharp.Build.dll. Could not load file or assembly 'FSharp.Core, Version=4.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Could not find or load a specific file. (Exception from HRESULT: 0x80131621) 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. [/Users/jwostenberg/Code/FSharp/electest/StageForge.Core/StageForge.Core.fsproj]
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:03.64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment