diff options
author | Nicolò Carandini <ncarandini@users.noreply.github.com> | 2017-04-04 03:42:15 +0200 |
---|---|---|
committer | Dan Moseley <danmose@microsoft.com> | 2017-04-03 18:42:15 -0700 |
commit | 2c57c010b96a188c7b01aab318321a5baed18476 (patch) | |
tree | 8fa872ba372d9373fba61b1e063f096cd5a776be /README.md | |
parent | b8f4ad63fbd1c0401c49189fb1c05081d07fe6b3 (diff) | |
download | coreclr-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".
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |