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: README.md
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,14 +46,31 @@ when you redistribute Noesis.Javascript.dll then you will get errors
46
46
when loading the DLL on some users machines. (Many, but not all users
47
47
will already have it.)
48
48
49
-
Targets: .NET Framework 4.5
49
+
Targets: .NET 8
50
+
51
+
For legacy .NET Framework 4.7.2 support, see previous versions.
50
52
51
53
52
54
Building from Source
53
55
====================
54
56
55
-
Open the .sln file in Visual Studio, use Configuration Manager to switch to platform to x64, and build. I've been working using Visual Studio 2017,
56
-
but 2015 will probably work too.
57
+
**Requirements:**
58
+
* Visual Studio 2022 (17.0+) or Visual Studio 2019 (16.4+)
59
+
* .NET 8 SDK
60
+
* Windows SDK 10.0 or later
61
+
62
+
**Steps:**
63
+
64
+
1. Open the .sln file in Visual Studio
65
+
2. Use Configuration Manager to switch the platform to x64
66
+
3. Build the solution
67
+
68
+
The project uses:
69
+
* C++/CLI with .NET Core support (`CLRSupport=NetCore`)
70
+
* .NET 8 SDK-style projects for C# code
71
+
* V8 version 9.8.177.4 via NuGet packages
72
+
73
+
**Note:** The C++/CLI project requires Windows and Visual Studio with C++/CLI support for .NET Core. This is available in Visual Studio 2019 16.4+ and Visual Studio 2022.
0 commit comments