Skip to content

Commit 0569f8b

Browse files
committed
Update README to match new tooling
1 parent 0761946 commit 0569f8b

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
|Branch|Functional Tests|
44
|:--:|:--:|
5-
|**main**|[![Build status](https://dev.azure.com/projfs/ci/_apis/build/status/PR%20-%20Build%20and%20Functional%20Test%20-%202019?branchName=main)](https://dev.azure.com/projfs/ci/_build/latest?definitionId=5)|
6-
|**release**|[![Build status](https://dev.azure.com/microsoft/OS/_apis/build/status/ProjFS%20CI%20-%20Build,%20Sign,%20Package)](https://dev.azure.com/microsoft/OS/_build/latest?definitionId=37476)|
5+
|**main**|[![Build status](https://dev.azure.com/projfs/ci/_apis/build/status/PR%20-%20Build%20and%20Functional%20Test%20-%202022?branchName=main)](https://dev.azure.com/projfs/ci/_build/latest?definitionId=7)|
6+
77

88
## About ProjFS
99

@@ -50,17 +50,15 @@ coverage of the managed wrapper API surface.
5050

5151
## Building the ProjFS Managed API
5252

53-
* Install [Visual Studio 2019 Community Edition](https://www.visualstudio.com/downloads/) version 16.4 or higher.
53+
* Install [Visual Studio 2022 Community Edition](https://www.visualstudio.com/downloads/).
5454
* Include the following workloads:
5555
* **.NET desktop development**
56-
* **.NET Core cross-platform development**
5756
* **Desktop development with C++**
58-
* Include the following individual components:
59-
* **.NET Framework 4.6.1 SDK**
57+
* Ensure the following individual components are installed:
6058
* **C++/CLI support**
6159
* **Windows 10 SDK (10.0.19041.0)**
6260
* Create a folder to clone into, e.g. `C:\Repos\ProjFS-Managed`
63-
* Clone this repo into the `src` subfolder, e.g. `C:\Repos\ProjFS-Managed\src`
61+
* Clone this repo into a subfolder named `src`, e.g. `C:\Repos\ProjFS-Managed\src`
6462
* Run `src\scripts\BuildProjFS-Managed.bat`
6563
* You can also build in Visual Studio by opening `src\ProjectedFSLib.Managed.sln` and building.
6664

0 commit comments

Comments
 (0)