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: Documentation/building.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
@@ -1,12 +1,12 @@
1
1
# Building IronPython3
2
2
3
-
To build IronPython3 you will need the .NET SDK (minimum 4.5), a .NET Core SDK (minimum 2.0) and if building on Linux/macOS you will need [Mono](https://mono-project.com).
3
+
To build IronPython3 you will need the .NET SDK (minimum 4.5), a [.NET Core SDK (minimum 3.0)](https://dotnet.microsoft.com/download/visual-studio-sdks) and if building on Linux/macOS you will need [Mono](https://mono-project.com).
4
4
5
5
See [Getting the Sources](getting-the-sources.md) for information on getting the source for IronPython3.
6
6
7
7
## Building from Visual Studio
8
8
9
-
Visual Studio 15.2 or above is required to build IronPython3
9
+
Visual Studio 16.0(2019) or above is required to build IronPython3.
10
10
11
11
* Open `c:\path\to\ironpython3\IronPython.sln` solution file
12
12
* Select the configuration options (Release,Debug, etc)
0 commit comments