From c2d17d689cd262bf9bf03366f1364d80c864b862 Mon Sep 17 00:00:00 2001 From: c80k Date: Tue, 28 Apr 2020 21:34:01 +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 2223fb2..3fc4bc8 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ vcpkg install capnproto Solution/project structure is as follows: - `Capnp.Net.sln` contains these projects: - * `Capnp.Net.Runtime` is the runtime implementation, a multi-target (.NET Standard 2.0 + .NET Core 2.1) assembly. + * `Capnp.Net.Runtime` is the runtime implementation, a multi-target assembly. * `CapnpC.CSharp.Generator` contains the generator backend logic for C# language. It is also a multi-target (.NET Standard 2.0 + .NET Core 2.1) assembly. * `capnpc-csharp` is the command line-based generator backend (a .NET Core 2.1 application). * `CapnpC.CSharp.MsBuild.Generation` provides the MSBuild integration for the generator backend.