We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c9f21 commit d4692b0Copy full SHA for d4692b0
README.md
@@ -67,10 +67,10 @@ To get started,
67
68
**Using dnx on Windows/Mac/Linux**
69
70
-1. Ensure you are using a suitable .NET runtime. Currently, this project is tested with version `1.0.0-beta8` on `coreclr`:
+1. Ensure you are using a suitable .NET runtime. Currently, this project is tested with version `1.0.0-rc1-final` on `coreclr`:
71
72
```
73
- dnvm use 1.0.0-beta8 -r coreclr
+ dnvm use 1.0.0-rc1-final -r coreclr
74
75
76
2. In the solution root directory (`NodeServices` - i.e., the directory that contains `NodeServices.sln`), restore the .NET dependencies:
0 commit comments