We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
can repro. using <Project Sdk="Microsoft.NET.Sdk"> projects. And no Dependencies node either.
<Project Sdk="Microsoft.NET.Sdk">
Dependencies
using <Project Sdk="FSharp.NET.Sdk;Microsoft.NET.Sdk"> projects:
<Project Sdk="FSharp.NET.Sdk;Microsoft.NET.Sdk">
Sorry, something went wrong.
fix in #3266 /cc @brettfo @KevinRansom @cartermp @Pilchie
locally change C:\Program Files\dotnet\sdk\2.0.0-preview2-006502\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Sdk.FSharp.targets to apply the PR changes
C:\Program Files\dotnet\sdk\2.0.0-preview2-006502\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Sdk.FSharp.targets
@enricosada
So ... the fix for this is in, however, it is not yet in master, nor is it in the preview 2.0 branch, it is in the release 2.0.0 branch.
https://github.com/dotnet/sdk/blob/release/2.0.0/src/Tasks/Microsoft.NET.Build.Tasks/build/Microsoft.NET.Sdk.FSharp.targets#L51
@cartermp will be working on updated instructions.
Yes, this is now fixed. You can get things to show up with this CLI/SDK install combo: https://github.com/dotnet/cli/tree/release/2.0.0
That is, the following should work if you install:
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: