Commit 43e9c44c authored by Protocole's avatar Protocole
Browse files

Fix typo dotNet README

parent 5903beba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,8 +36,8 @@ It is using the scripted installation provided from Microsoft, see [here](https:
| `DOTNET_VERBOSITY` | Prints more or less logs (*Types available*: `q[uiet]`, `m[inimal]`, `n[ormal]`, `d[etailed]` and `diag[nostic]`) | `m` |
| `DOTNET_CONFIG` | Configuration profile used to build | `Debug` |
| `DOTNET_READY_TO_RUN` | Compiles the application as R2R (see [Ready to Run](https://docs.microsoft.com/en-us/dotnet/core/deploying/ready-to-run)) | `false`
| `DOTNET_SINGLE_FILE` | Publish as single file (more [infos](https://github.com/dotnet/designs/blob/master/accepted/2020/single-file/design.md)) | `false`
| `DOTNET_TRIMMED` | Remove unused libaries when publishing, must be used with `DOTNET_SELF_CONTAINED`. Available from 3.0 (more [infos](https://docs.microsoft.com/en-us/dotnet/core/deploying/trim-self-contained)). |  `false`
| `DOTNET_SINGLE_FILE` | Publish as single file (more [info](https://github.com/dotnet/designs/blob/master/accepted/2020/single-file/design.md)) | `false`
| `DOTNET_TRIMMED` | Remove unused libraries when publishing, must be used with `DOTNET_SELF_CONTAINED`. Available from 3.0 (more [info](https://docs.microsoft.com/en-us/dotnet/core/deploying/trim-self-contained)). |  `false`
| `DOTNET_SELF_CONTAINED` | Publish the .NET Core runtime along with the build | `false`
| `DOTNET_OPTIONS` | Additional options from user | ` `
| `PROJECT_ROOT` | The location of the .NET project in your repository | `/` |