Skip to content

README claims '.NET 8.0+ SDK' but project targets net10.0 #12

Description

@dobby-coder

Problem

README.md says under Prerequisites:

  • .NET 8.0+ SDK

But src/E4A.PostGuard.csproj has <TargetFramework>net10.0</TargetFramework>, and CI uses dotnet-version: 10.0.x. A consumer following the README will fail to restore on a .NET 8 SDK.

Suggested fix

Either:

  • (a) Update README to .NET 10.0+ SDK to match the actual target, or
  • (b) Add net8.0 as a target framework (multi-target) so the README claim is true — see issue Support dotnet 8 #5 which tracks .NET 8 support

Option (a) is the smaller fix; option (b) requires resolving #5 first.

Files

  • README.md line ~32
  • src/E4A.PostGuard.csproj line 4

Related: #5

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions