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
.NET Command Line Tools (1.0.4)
Product Information:
Version: 1.0.4
Commit SHA-1 hash: af1e6684fd
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.12
OS Platform: Darwin
RID: osx.10.12-x64
Base Path: /usr/local/share/dotnet/sdk/1.0.4
VS Code version: 1.12.2
C# Extension version: 1.9.0
Steps to reproduce
$ dotnet new console
$ code .
In csproj, change TargetFramework to <TargetFramework>net452</TargetFramework>
Choose .NET: Restore Packages from the command palette.
Expected behavior
dotnet restore is executed and packages are restored.
Actual behavior
Error message stating: No .NET Core projects found.
Note
I have a pull request ready to fix this, but is the current behavior by design?
The text was updated successfully, but these errors were encountered:
Environment data
dotnet --info
output:VS Code version: 1.12.2
C# Extension version: 1.9.0
Steps to reproduce
$ dotnet new console
$ code .
<TargetFramework>net452</TargetFramework>
.NET: Restore Packages
from the command palette.Expected behavior
dotnet restore
is executed and packages are restored.Actual behavior
Error message stating:
No .NET Core projects found
.Note
I have a pull request ready to fix this, but is the current behavior by design?
The text was updated successfully, but these errors were encountered: