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:
Tony Bark 2021-11-19 13:52:26 -05:00
parent ceebb00314
commit 229ab4f0ad
12 changed files with 179 additions and 186 deletions

View file

@ -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