mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-10-15 16:03:49 -04:00
This release drops .NET Standard in favor of .NET 6.
There are a lot of significant under the hood changes with the release. See the change log for details.
This commit is contained in:
parent
ceebb00314
commit
229ab4f0ad
12 changed files with 179 additions and 186 deletions
10
README.md
10
README.md
|
@ -14,15 +14,13 @@ See [usage.md](./usage.md).
|
|||
|
||||
## Known issues
|
||||
|
||||
- Skipping comments is a little buggy.
|
||||
- Skipping comments is a little unpredictable.
|
||||
|
||||
## Requirements
|
||||
### Prerequisites
|
||||
|
||||
- [.NET](https://dotnet.microsoft.com/download) 5+ or Core 3.1
|
||||
- [.NET Interactive](https://github.com/dotnet/interactive/blob/main/README.md) for notebooks
|
||||
- [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode) (does not require Jupyter)
|
||||
- [nteract](https://nteract.io/) (requires Jupyter)
|
||||
- [.NET](https://dotnet.microsoft.com/download) 6+.
|
||||
- [.NET Interactive](https://github.com/dotnet/interactive/blob/main/README.md) for notebooks (optional).
|
||||
- [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode) or [nteract](https://nteract.io/)
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue