Skip to content

Commit

Permalink
conditionsed -> conditioned (dotnet/corefx#26998)
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/corefx@30f0b63
  • Loading branch information
github-john-doe authored and stephentoub committed Feb 9, 2018
1 parent 754e413 commit 152de52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libraries/coding-guidelines/adding-api-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ where you removed types in order to maintain back-compat.
- Remove old build configurations - The older build configurations will automatically be harvested from
the last stable packages and thus can be removed.
- Remove import statements - If not referencing any pre-netstandard stable packages the [imports of dotnet5.x](https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.Process/src/project.json#L28) are no longer needed and can be removed. We should also remove any dead target frameworks sections.
- Remove all non-conditionsed `<AssemblyVersion>` properties from csproj's as it should be defined in library\dir.props.
- Remove all non-conditioned `<AssemblyVersion>` properties from csproj's as it should be defined in library\dir.props.

0 comments on commit 152de52

Please sign in to comment.