@@ -8,9 +8,9 @@ Release Versions
8
8
The best way to install ReactJS.NET is via NuGet. There are several NuGet
9
9
packages available:
10
10
11
- * [ React] ( # ) - The core React library. Contains the main functionality of React
12
- and JSX. You will normally use this through an integration library like
13
- React.Mvc4.
11
+ * [ React.Core ] ( # ) - The core React library. Contains the main functionality of
12
+ React and JSX. You will normally use this through an integration library
13
+ like React.Mvc4.
14
14
* [ React.Mvc4] ( # ) - Integration with ASP.NET MVC 4 and 5
15
15
* [ React.Mvc3] ( # ) - Integration with ASP.NET MVC 3
16
16
* [ System.Web.Optimization.React] ( # ) - Integration with
@@ -30,13 +30,13 @@ Development Builds
30
30
------------------
31
31
Development builds are automatically built after every change. Use these if you
32
32
want the very latest bleeding-edge version. These are located on a [ custom
33
- package server] ( http://reactjs.net/dev/ packages/ ) so you need to add this as a
33
+ package server] ( http://reactjs.net/packages/ ) so you need to add this as a
34
34
package source in Visual Studio:
35
35
36
36
1 . Click Tools &rarr ; NuGet Package Manager &rarr ; Package Manager Settings
37
37
2 . Click Package Sources
38
38
3 . Click the plus icon, enter name as "ReactJS.NET Dev" and URL as
39
- http://reactjs.net/dev/ packages/
39
+ http://reactjs.net/packages/
40
40
4 . When adding the packages to your application, manually select "ReactJS.NET
41
41
Dev" as the package source, and ensure "Include Prerelease" is enabled.
42
42
0 commit comments