We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4665a6c commit dec7570Copy full SHA for dec7570
readme.md
@@ -31,9 +31,14 @@ src code-intel upload
31
The following steps show you how to install a `scip-dotnet` command-line tool to
32
your local computer.
33
34
-First, install .NET
+First, install .NET 7.0
35
https://dotnet.microsoft.com/en-us/download/dotnet-framework.
36
37
+> Note that `scip-dotnet` is built against .NET 7.0 and won't run with older
38
+> versions. Please open a
39
+> [feature request](https://github.com/sourcegraph/scip-dotnet/issues/new) if
40
+> you want cross-built support for older .NET versions.
41
+
42
Next, run `dotnet tool install`.
43
44
```sh
0 commit comments