Skip to content

Commit 342e49f

Browse files
in-code-i-trustslozier
authored andcommitted
Update documentation to catch up implementations. (#715)
1 parent 83a7cdf commit 342e49f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/building.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Building IronPython3
22

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).
44

55
See [Getting the Sources](getting-the-sources.md) for information on getting the source for IronPython3.
66

77
## Building from Visual Studio
88

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.
1010

1111
* Open `c:\path\to\ironpython3\IronPython.sln` solution file
1212
* Select the configuration options (Release,Debug, etc)

0 commit comments

Comments
 (0)