Skip to content
New issue

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

15.3 preview 3: Solution Explorer does not show SDK nodes for .NET Core 2.0 preview 2 projects #3263

Closed
vasily-kirichenko opened this issue Jun 27, 2017 · 4 comments
Labels

Comments

@vasily-kirichenko
Copy link
Contributor

image

@enricosada
Copy link
Contributor

can repro. using <Project Sdk="Microsoft.NET.Sdk"> projects.
And no Dependencies node either.

using <Project Sdk="FSharp.NET.Sdk;Microsoft.NET.Sdk"> projects:
image

@enricosada
Copy link
Contributor

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

@KevinRansom
Copy link
Member

@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.

@cartermp
Copy link
Contributor

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:

  • 15.3 Preview 3
  • The above linked CLI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants