Skip to content

Commit 06a5e2b

Browse files
authored
Clarify ASP.NET Core RC2 support
1 parent 8a02fc7 commit 06a5e2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/jekyll/_posts/2016-05-24-2.4.0-release.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ layout: post
44
author: Daniel Lo Nigro
55
---
66

7-
I'm happy to announce the release of ReactJS.NET 2.4! The main change in this release is upgrading the ASP.NET 5 (or "ASP.NET Core" as it's now called) integration from RC1 to RC2. Some other minor changes are also included. Changes in this release:
7+
I'm happy to announce the release of ReactJS.NET 2.4! The main change in this release is upgrading the ASP.NET 5 (or "ASP.NET Core" as it's now called) integration from RC1 to RC2. Note that currently only the full .NET Framework is supported - .NET Core will **not** be supported until a JavaScript engine such as ClearScript runs on it. To use ReactJS.NET with an ASP.NET Core application, you need to ensure that you are using .NET Framework, by using `net451` rather than `netcoreapp1.0` in your `project.json` file.
8+
9+
Some other minor changes are also included. Changes in this release:
810

911
- [#271](https://github.com/reactjs/React.NET/pull/271) - Upgrade to ASP.NET Core RC2. *Thanks to [Shiki Byakko](https://github.com/ShikiGami)*.
1012
- [#254](https://github.com/reactjs/React.NET/pull/254) - Allow JavaScript engines to be bypassed entirely. *Thanks to [Dustin Masters](https://www.dustinsoftware.com/)*.

0 commit comments

Comments
 (0)