Commit 3bf4d04
docs: correct SDK prerequisite to .NET 10.0+ in README (#35)
* docs: correct SDK prerequisite to .NET 10.0+ in README
The README listed '.NET 8.0+ SDK' as a prerequisite, but both
src/E4A.PostGuard.csproj and tests/E4A.PostGuard.Tests.csproj
multi-target net8.0;net10.0. Building the solution requires an SDK
that supports the highest target (net10.0); an 8.0 SDK cannot compile
the net10.0 target. CI installs both 8.0.x and 10.0.x SDKs accordingly.
Fixes #12
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* docs: drop justification parenthetical from SDK prerequisite
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---------
Co-authored-by: dobby-yivi-agent[bot] <275734547+dobby-yivi-agent[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 5e71c13 commit 3bf4d04
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments