Skip to content

Commit a73cbc9

Browse files
docs: bump .NET SDK prerequisite to 10.0+ (from encryption4all/postguard-dotnet#35)
The postguard-dotnet SDK and the pg-dotnet example both multi-target net8.0;net10.0, so a .NET 10 SDK is required to compile the highest target. Verified against E4A.PostGuard.csproj and the example's PostGuard.Example.csproj. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent f35c741 commit a73cbc9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/repos/pg-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It shows two patterns:
1111

1212
## Prerequisites
1313

14-
- .NET 8.0+ SDK
14+
- .NET 10.0+ SDK
1515
- Rust toolchain via [rustup](https://rustup.rs/) (for building the native crypto library)
1616
- A PostGuard API key
1717

docs/repos/postguard-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The SDK calls into the Rust `pg-ffi` native library for all cryptographic operat
7979

8080
### Prerequisites
8181

82-
- .NET 8.0+ SDK
82+
- .NET 10.0+ SDK
8383
- Rust toolchain (for building the native library)
8484

8585
### Build the native library

0 commit comments

Comments
 (0)