问题
I am using prerelase version of .net core (build 1.0.0-preview3-004031). There is no project.json files and they replaced with csproj.
I can't find any sample describing how to add dependency to csproj for .net core.
回答1:
You can find a few information about the .net core csproj
in the .NET Blog.
There you'll find a csproj
sample and also how to migrate from project.json
to csproj
. There's also a link to project.json to csproj mapping by scenario.
来源:https://stackoverflow.com/questions/40460296/add-dependency-to-net-core-csproj-file