Microsoft.DotNet.Web.targets missing after installing .NET Core RTM

后端 未结 1 774
臣服心动
臣服心动 2021-01-13 05:47

We are migrating our project to .NET Core and I\'m uppgrading our build server following the steps presented on this page https://www.microsoft.com/net/core#windows.

1条回答
  •  囚心锁ツ
    2021-01-13 06:51

    The problem was that when I applied the VS Update 3 on VS 2015 I did not check the Microsoft Web Developer Tools option. I had to do the following to get the folder and file in place.

    Program and Features -> Visual Studio -> right click and select change -> select modify -> check Microsoft Web Developer Tools -> click update.

    After the update run the DotNetCore.1.0.0-VS2015Tools.Preview2.exe file again and select repair (this step is necessary).

    This will create the C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\DotNet.Web and Microsoft.DotNet.Web.targets file

    0 讨论(0)
提交回复
热议问题