summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolò Carandini <ncarandini@users.noreply.github.com>2017-04-04 03:42:15 +0200
committerDan Moseley <danmose@microsoft.com>2017-04-03 18:42:15 -0700
commit2c57c010b96a188c7b01aab318321a5baed18476 (patch)
tree8fa872ba372d9373fba61b1e063f096cd5a776be
parentb8f4ad63fbd1c0401c49189fb1c05081d07fe6b3 (diff)
downloadcoreclr-2c57c010b96a188c7b01aab318321a5baed18476.tar.gz
coreclr-2c57c010b96a188c7b01aab318321a5baed18476.tar.bz2
coreclr-2c57c010b96a188c7b01aab318321a5baed18476.zip
Update README.md (#10641)
In this file I’ve found a “project.json” occurrence that I've changed to ".csproj".
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6683a166f3..21dd9f7666 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ which is a system to package, distribute and version software components. See [
for more information on Nuget. For now it is enough to know Nuget is a system that
bundles components into `*.nupkg` files (which are ZIP archives) and these packages can be 'published'
either through a local file system path or by a URL (e.g. https://www.nuget.org/). There are then tools
-(e.g. Nuget.exe, Visual Studio, dotnet.exe) that based on a configuration file (project.json) know
+(e.g. Nuget.exe, Visual Studio, dotnet.exe) that based on a configuration file (.csproj) know
how to search these publishing locations and pull down consistent set of packages for the
application.