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
the new fsproj templates (msbuild 15 and .net core sdk) need a partial FSharp.NET.Sdk bundled in msbuild Sdks directory, like .net core sdk (dotnet/cli) is doing now.
the new fsproj templates (msbuild 15 and .net core sdk) need a partial
FSharp.NET.Sdk
bundled in msbuild Sdks directory, like .net core sdk (dotnet/cli) is doing now.It also need to be updated for dotnet/project-system#1857 , work is tracked in dotnet/netcorecli-fsc#106
/cc @brettfo @KevinRansom
Workaround
dotnet.exe
sdk\1.0.1\Sdks\FSharp.NET.Sdk
subdirectory intoC:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\Sdks\FSharp.NET.Sdk\
The text was updated successfully, but these errors were encountered: