Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-11-09 00:04:15 +0300
committerGitHub <noreply@github.com>2017-11-09 00:04:15 +0300
commit0566d28cd25fb5a8b708b94dd9ba7960a75e3b07 (patch)
treedbb0478e51bd5b376386e6d0a38df7037fe51526 /Documentation
parentc7745aebaa0d8465220e8f43f98cb33ecacc5f18 (diff)
Delete reference to workaround that is no longer necessary (#4892)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/how-to-build-and-run-ilcompiler-in-console-shell-prompt.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/how-to-build-and-run-ilcompiler-in-console-shell-prompt.md b/Documentation/how-to-build-and-run-ilcompiler-in-console-shell-prompt.md
index fdbc04d84..48b1f3b47 100644
--- a/Documentation/how-to-build-and-run-ilcompiler-in-console-shell-prompt.md
+++ b/Documentation/how-to-build-and-run-ilcompiler-in-console-shell-prompt.md
@@ -51,8 +51,6 @@ You should now be able to use the `dotnet` commands of the CLI tools.
* Please [open an issue](https://github.com/dotnet/corert/issues) if these instructions do not work anymore.
- * Projects with references to other projects or packages require workaround described in https://github.com/dotnet/corert/issues/2619#issuecomment-276095878
-
## Using RyuJIT ##
This approach uses the same code-generator (RyuJIT), as [CoreCLR](https://github.com/dotnet/coreclr), for compiling the application. Linking is done using the platform specific linker.