You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/jekyll/getting-started/download.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@ packages available:
14
14
like React.Mvc4.
15
15
*[React.Web.Mvc4](https://www.nuget.org/packages/React.Web.Mvc4/) - Integration with ASP.NET MVC 4 and 5.
16
16
*[React.Web.Mvc3](https://www.nuget.org/packages/React.Web.Mvc3/) - Integration with ASP.NET MVC 3.
17
-
*[React.JavaScriptEngine.VroomJs](https://www.nuget.org/packages/React.JavaScriptEngine.VroomJs/) - Support for Mono (Linux) via Google's V8 engine
17
+
*[React.JavaScriptEngine.ClearScriptV8](https://www.nuget.org/packages/React.JavaScriptEngine.ClearScriptV8/) - Support for Google's V8 JavaScript engine on Windows. Highly recommended.
18
+
*[React.JavaScriptEngine.VroomJs](https://www.nuget.org/packages/React.JavaScriptEngine.VroomJs/) - Support for Google's V8 JavaScript engine on Linux and Mac OS. Required if you want to use ReactJS.NET with Mono.
18
19
*[Cassette.React](https://www.nuget.org/packages/Cassette.React/) - Integration with [Cassette](http://getcassette.net/). The recommended way to combine and minify your JavaScript.
19
20
*[System.Web.Optimization.React](https://www.nuget.org/packages/System.Web.Optimization.React/) - Integration with
20
21
[ASP.NET Bundling and Minification](http://www.asp.net/mvc/tutorials/mvc-4/bundling-and-minification).
0 commit comments