Skip to content

Commit 43e6fdb

Browse files
scottaddieCopilot
andcommitted
Update .NET README prerequisites
Move the .NET README requirements section above installation, rename it to prerequisites, and clarify the runtime requirement as any .NET Standard 2.0-compatible implementation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 810bbbf commit 43e6fdb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

dotnet/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
SDK for programmatic control of GitHub Copilot CLI.
44

5+
## Prerequisites
6+
7+
- Any of the [.NET Standard 2.0-compatible .NET implementations](https://learn.microsoft.com/dotnet/standard/net-standard?tabs=net-standard-2-0#select-net-standard-version)
8+
- GitHub Copilot CLI installed and in PATH (or provide custom `Connection = RuntimeConnection.ForStdio(path: ...)`)
9+
510
## Installation
611

712
```bash
@@ -982,11 +987,6 @@ catch (Exception ex)
982987
}
983988
```
984989

985-
## Requirements
986-
987-
- .NET 8.0 or later
988-
- GitHub Copilot CLI installed and in PATH (or provide custom `Connection = RuntimeConnection.ForStdio(path: ...)`)
989-
990990
## License
991991

992992
MIT

0 commit comments

Comments
 (0)