visual-studio-2017-build-tools

Fody is only supported on MSBuild 16 and above. Current version: 15

我是研究僧i 提交于 2019-12-03 14:25:57
问题 Visual Studio 2017 let me know there was an upgrade to Fody version 5 this morning. I accepted and did a NuGet package update of both Fody and PropertyChanged.Fody. Now, my project/solution will no longer build. The error is: "Fody is only supported on MSBuild 16 and above. Current version: 15." I tried uninstalling, shutting down VS, and reinstalling to no avail. 回答1: Please downgrade Fody to version 4.2.1. 回答2: Upgrade to Visual Studio 2019 https://visualstudio.microsoft.com/downloads/ 回答3:

Fody is only supported on MSBuild 16 and above. Current version: 15

我的未来我决定 提交于 2019-12-03 09:22:54
Visual Studio 2017 let me know there was an upgrade to Fody version 5 this morning. I accepted and did a NuGet package update of both Fody and PropertyChanged.Fody. Now, my project/solution will no longer build. The error is: "Fody is only supported on MSBuild 16 and above. Current version: 15." I tried uninstalling, shutting down VS, and reinstalling to no avail. Colonel Software Please downgrade Fody to version 4.2.1. Upgrade to Visual Studio 2019 https://visualstudio.microsoft.com/downloads/ For what it's worth - I ran into the same situation. A colleague added Fody with no other reason

Which Visual Studio component contain the MSVC Hostx files?

元气小坏坏 提交于 2019-12-02 06:46:00
问题 My .NET solution contains an editbin command in PostBuild events. We try to create a Docker Container for compiling our solution. To do that, we installed the VS17 with the installer. We can't find which component we should select to get the editbin . In my machine, the editbin exist in C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\bin\Host{x86/x64}\{x86/x64/arm64} in 6 places- all the compinations of the placeholders. 回答1: editbin is part of the C++

Microsoft.CSharp.Core.targets missing

佐手、 提交于 2019-11-30 21:12:26
I am building a webservice project on a TFS2017 Update 3 with build tools 2017. I get the following error C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.CSharp.CurrentVersion.targets(322,5): Error MSB4019: The imported project "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Roslyn\Microsoft.CSharp.Core.targets" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk. What steps do I need to take to fix this error? In my case, opening the existing Solution file (with .sln

Microsoft.CSharp.Core.targets missing

守給你的承諾、 提交于 2019-11-30 17:09:05
问题 I am building a webservice project on a TFS2017 Update 3 with build tools 2017. I get the following error C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.CSharp.CurrentVersion.targets(322,5): Error MSB4019: The imported project "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Roslyn\Microsoft.CSharp.Core.targets" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk. What