File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ of patent rights can be found in the PATENTS file in the same directory.
9
9
-->
10
10
<Project ToolsVersion =" 4.0" DefaultTargets =" Build;Test;Package" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
11
11
<PropertyGroup >
12
- <Major >0 </Major >
13
- <Minor >2 </Minor >
14
- <Build >1 </Build >
12
+ <Major >1 </Major >
13
+ <Minor >0 </Minor >
14
+ <Build >0 </Build >
15
15
<Revision >0</Revision >
16
16
<DevBuild >true</DevBuild >
17
17
<DevNuGetServer >http://reactjs.net/packages/</DevNuGetServer >
Original file line number Diff line number Diff line change @@ -38,10 +38,9 @@ private static string GetMessage()
38
38
return
39
39
"The current JavaScript engine does not support compilation of JSX files. If " +
40
40
"you are on Windows, try upgrading your version of Internet Explorer to 9 or " +
41
- "above to use the updated engine. \n \n JSX Transformation is currently " +
42
- "unsupported on Mono. If you are using Mono, it is suggested to precompile all " +
43
- "JSX files on Windows before deployment. Refer to the ReactJS.NET documentation " +
44
- "for more details." ;
41
+ "above to use the updated engine. \n \n If you are using Mono, ensure that you " +
42
+ "have installed the React.JavaScriptEngine.VroomJs package and V8 is installed " +
43
+ "correcty. Refer to the ReactJS.NET documentation for more details." ;
45
44
}
46
45
}
47
46
}
You can’t perform that action at this time.
0 commit comments