summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-08-24 15:19:44 -0700
committerJan Kotas <jkotas@microsoft.com>2018-08-24 15:19:44 -0700
commite8b51f16267715db62f8f17a2e159dcba07149aa (patch)
treec555e25fa534c26ee6c317212f225e2da545298b /README.md
parent98c34c45f9ad3ec93bf4192735621341506f0550 (diff)
downloadcoreclr-e8b51f16267715db62f8f17a2e159dcba07149aa.tar.gz
coreclr-e8b51f16267715db62f8f17a2e159dcba07149aa.tar.bz2
coreclr-e8b51f16267715db62f8f17a2e159dcba07149aa.zip
Update version in documentation samples to 3.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 1 insertions, 11 deletions
diff --git a/README.md b/README.md
index 4622dac3c0..e7dcadd9bd 100644
--- a/README.md
+++ b/README.md
@@ -152,20 +152,10 @@ The the actual output is placed in a directory like this
* bin\Product\Windows_NT.x64.Release
-Where you can see the operating system and CPU architecture, and the build type are part of the name. While
-the 'raw' output of the build is sometimes useful, normally you are only interested in the NuGet packages
-that were built, which are placed in the directory
-
-* bin\Product\Windows_NT.x64.Release\.nuget\pkg
-
-These packages are the 'output' of your build.
-
There are two basic techniques for using your new runtime.
1. **Use dotnet.exe and NuGet to compose an application**. See [Using Your Build](Documentation/workflow/UsingYourBuild.md) for
- instructions on creating a program that uses
- your new runtime by using the NuGet packages you just created and the 'dotnet' command line interface. This
- is the expected way non-runtime developers are likely to consume your new runtime.
+ instructions on creating a program that uses your new runtime by using the 'dotnet' command line interface.
2. **Use corerun.exe to run an application using unpackaged Dlls**. This repository also defines a simple host called
corerun.exe that does NOT take any dependency on NuGet. Basically it has to be told where to get all the