Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ See the [full API reference](https://docs.postguard.eu/repos/postguard-dotnet) f

### Prerequisites

- .NET 8.0+ SDK
- .NET 10.0+ SDK (the projects multi-target `net8.0` and `net10.0`, so the SDK must support the highest target, `net10.0`)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule check (no-justification-paragraphs-for-simple-changes): the parenthetical explaining why net10.0 is required is the kind of in-docs editorializing Ruben has asked us to drop for self-evident changes ("Just remove it and let that be that. No need to make a paragraph of text about it."). A reader of Prerequisites just needs the version, and issue #12 itself proposed the terse fix. Suggestion:

Suggested change
- .NET 10.0+ SDK (the projects multi-target `net8.0` and `net10.0`, so the SDK must support the highest target, `net10.0`)
- .NET 10.0+ SDK

The multi-target detail already lives in the .csproj and git history.

- Rust toolchain ([rustup](https://rustup.rs/))

### Build native library
Expand Down