From c56e7a02f65fed7a29c1c51649e2bdef17dd0bbb Mon Sep 17 00:00:00 2001 From: c80k Date: Wed, 9 Oct 2019 21:54:31 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c9425d..213481b 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Install-Package Capnp.Net.Runtime ## Getting started: Developers -For building from scratch you will need Visual Studio >= 2019 (e.g. Community Edition) with suitable workloads for C# / .NET Core (currently .NET Core 2.1) development. For the test suite, you will also need the C++ native workload, [vcpkg](https://github.com/microsoft/vcpkg) and Cap'n Proto release 0.7.0: +For building from scratch you will need Visual Studio ≥ 2019 (e.g. Community Edition) with suitable workloads for C# / .NET Core (currently .NET Core 2.1) development. For the test suite, you will also need the C++ native workload, [vcpkg](https://github.com/microsoft/vcpkg) and Cap'n Proto release 0.7.0: ``` vcpkg install capnproto