I am doing c# programming course (building ASP.NET Core application) right now that is almost 1year old. The guy created web API application and class libraries and in those projects there was project.JSON files. I know that instead of the project.json file there is a .csproj file now but when I create my own project in VS 2017 asp.net core there is no such a file like .csproj. I need to set dependencies but I don't know how without.csproj file. Where can I find this file?
Visual Studio doesn't display the file since the project itself is the csproj file.
You can right-click on it and select the Edit …
action to edit the csproj file. You can also use the NuGet package manager to edit dependencies.
Previously (VS 2015), the project that VS used was an .xproj
file and the project.json
was displayed because it was "part of" that project.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With