Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit 7463f67

Browse files
author
Mikhail Arkhipov
committed
Update SDK version in contribution instructions
(cherry picked from commit d480cd1)
1 parent e2cd12b commit 7463f67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
### Prerequisites
66

7-
1. .NET Core 2.2 SDK
7+
1. .NET Core 3.1 SDK
88
- [Windows](https://www.microsoft.com/net/learn/get-started/windows)
99
- [Mac OS](https://www.microsoft.com/net/learn/get-started/macos)
1010
- [Linux](https://www.microsoft.com/net/learn/get-started/linux/rhel)
1111
2. C# Extension to [VS Code](https://code.visualstudio.com) (all platforms)
1212
3. Python 2.7
13-
4. Python 3.6
13+
4. Python 3.6+
1414

15-
*Alternative:* [Visual Studio 2017 or 2019](https://www.visualstudio.com/downloads/) (Windows only) with .NET Core and C# Workloads. Community Edition is free and is fully functional.
15+
*Alternative:* [Visual Studio 2019](https://www.visualstudio.com/downloads/) (Windows only) with .NET Core and C# Workloads. Community Edition is free and is fully functional.
1616

1717
### Setup
1818

@@ -54,7 +54,7 @@ On Windows you can also attach from Visual Studio (Debug | Attach To Process).
5454
### Unit Tests
5555
To run unit tests, do one of the following:
5656
- Run the Unit Tests in the [VS Code Python Extension](https://github.com/Microsoft/vscode-python) project via *Launch Language Server Tests*.
57-
- On Windows: open the `PLS.sln` solution in Visual Studio 2017 or 2019 and run tests from the Test Explorer.
57+
- On Windows: open the `PLS.sln` solution in Visual Studio 2019 and run tests from the Test Explorer.
5858
- Run `dotnet test` from Terminal in the `src` directory, or in a specific directory like `src/Analysis/Ast/Test` to test a specific suite.
5959
- Install C# extension and .NET Core Test Explorer for VS Code, open src folder in VS Code and run tests.
6060

0 commit comments

Comments
 (0)