diff --git a/README.md b/README.md
index 9ceece9a..b83fcee1 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,11 @@
# Nuget License Utility [](https://github.com/sensslen/nuget-license/actions/workflows/action.yml) [](https://sonarcloud.io/summary/new_code?id=sensslen_nuget-license) [](https://www.nuget.org/packages/nuget-license)
-A .net tool to print and validate the licenses of .net code. This tool supports .NET (Core), .NET Standard and .NET Framework projects. Native c++ projects are supported too but only in the .NET Framework variant of nuget-license. These projects will not work if the tool is installed via `dotnet tool install`.
+A .net tool to print and validate the licenses of .net code. This tool supports .NET (Core), .NET Standard, .NET Framework and native c++ projects.
+There are two variants of the tool published. See the following table for a more detailed compatibility report:
+| | .net (core) projects | .net standard projects | .net framework projects | native
(c++) projects |
+|----------------------------------------------------|:--------------------:|:----------------------:|:-----------------------:|:---------------------:|
+| dotnet tool
(.net core variant - installed via `dotnet tool install`) | :white_check_mark: | :white_check_mark: | :warning:
Your milage may vary, as there are some environmental differences between the msbuild used in nuget-license and the compiler | :x: |
+| NuGetLicenseFramework.exe
(.net framework variant) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
## nuget-license tool