-
Notifications
You must be signed in to change notification settings - Fork 796
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: debugging .NET Core 2.0 preview 2 projects does not work #3262
Comments
can you try use this nuget.config? sdk 2.0 project require .net core 2.0 runtime, and that's preview atm, the nuget.config add the .net core dev nuget feed. that's normal atm for .net core |
(can it work with paket?) |
@vasily-kirichenko Is this with the .NET Core 2.0 SDK (with .NET Core 2.0 Preview 1) installed? |
i can repro.
|
fixed by dotnet/sdk#1372 |
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:
|
The text was updated successfully, but these errors were encountered: