From 217ab30d021f27be6fe4f35126a88e592366acbf Mon Sep 17 00:00:00 2001 From: Adeel Mujahid Date: Wed, 28 Jun 2017 18:02:16 +0300 Subject: Cleanup some instances of project.json from the repo (#12484) * Replace ScriptGenerator project.json with csproj * Update project.json occurrences in docs Fix few typos. * Remove project.json comments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 378ce5233b..abd081a867 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ you use `dotnet.exe` for this). These extra pieces are not defined here, however you don't need to build them in order to use the CoreCLR Nuget package you create here. There are already versions of the CoreFX packages published on -https://www.nuget.org/ so you can have your test application's project.json specify the CoreCLR you +https://www.nuget.org/ so you can have your test application's project file specify the CoreCLR you built and it will naturally pull anything else it needs from the official location https://www.nuget.org/ to make a complete application. More on this in the [Using Your Build](Documentation/workflow/UsingYourBuild.md) page. -- cgit v1.2.3