Skip to content

Commit dec7570

Browse files
committed
Specify the .NET 7.0 requirement
1 parent 4665a6c commit dec7570

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,14 @@ src code-intel upload
3131
The following steps show you how to install a `scip-dotnet` command-line tool to
3232
your local computer.
3333

34-
First, install .NET
34+
First, install .NET 7.0
3535
https://dotnet.microsoft.com/en-us/download/dotnet-framework.
3636

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+
3742
Next, run `dotnet tool install`.
3843

3944
```sh

0 commit comments

Comments
 (0)