I have a UWP library project, compiled to target Creators Update, and I am trying to publish it to nuget.
Using the command nuget package with nuget pack .csproj and I am getting this error:
nuget : The imported project "C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v15.0\Microsoft.Windows.UI.Xaml.CSharp.targets" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.
I navigated to that directory and all I have is v14.0 and v12.0.
I have Windows 10 Creators Update and the latest Visual Studio 2017. What do I need to install those build files?