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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ for more information.
44
44
45
45
### Prerequisites
46
46
47
-
To build binaries or run from source you need the [.NET Core SDK v2.2](https://www.microsoft.com/net/download) installed.
47
+
To build binaries or run from source you need the [.NET Core SDK v3.1](https://www.microsoft.com/net/download) installed.
48
48
49
49
### Running from Source
50
50
@@ -83,7 +83,7 @@ This will create a release folder in `dist` of all the unpacked QueryTree binari
83
83
84
84
### Running from Binaries
85
85
86
-
To run QueryTree on your server you will need to install the .NET Core 2.2.x runtime. (It is not necessary to install the full .NET SDK, just the runtime.) You can download the installer [here](https://www.microsoft.com/net/download/core#/runtime).
86
+
To run QueryTree on your server you will need to install the .NET Core 3.1.x runtime. (It is not necessary to install the full .NET SDK, just the runtime.) You can download the installer [here](https://www.microsoft.com/net/download/core#/runtime).
87
87
88
88
To verify that you have the .NET runtime installed, open a terminal/cmd window and type
0 commit comments