Release v0.6.0
What's Changed
Fixes error with line numbers miscount and moves the project to Net6.0 because current version of dotnet causes problems with the pipelines. Because some downstream are on Net 4.7.6, this might break if left as a minor version update.
- Fixes errors when reading line numbers due to interaction with ZeroCopy Parser (thanks to @PJB3005)
- Moves project to minimal dotnet version to 6