Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Mar 8, 2024
1 parent e8a76b3 commit 5334987
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Remora.Sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ The following properties are defined by the SDK.
### Framework Targets
The following properties are defined by the SDK.

| Property | Value | Overridable |
|-----------------------|---------------|-------------|
| LibraryFrameworks* | net6.0;net7.0 | Yes |
| ExecutableFrameworks* | net7.0 | Yes |
| TargetFramework | | Yes |
| TargetFrameworks | (varies) | Yes |
| TargetNetStandard | true | Yes |

If `TargetNetStandard` is `true`, `netstandard2.1` will be included as a target when building libraries.
Set the property to `false` if this is undesirable.
| Property | Value | Overridable |
|------------------------|----------------------|-------------|
| LibraryFrameworks* | net6.0;net7.0;net8.0 | Yes |
| ExecutableFrameworks* | net8.0 | Yes |
| NetStandardFrameworks* | netstandard2.1 | Yes |
| TargetFrameworks | (varies) | Yes |
| TargetNetStandard* | true | Yes |

If `TargetNetStandard` is `true`, `netstandard2.1` will be included as a target
when building libraries. Set the property to `false` if this is undesirable.

Notably, the SDK defines a set of standard targets for libraries and frameworks,
then applies this to the `TargetFrameworks` property based on the project's
Expand Down

0 comments on commit 5334987

Please sign in to comment.