mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 11:37:04 +09:00
Typo in adding-api-guidelines.md
Change 'multipe' to 'multiple'.
Commit migrated from cb199cfd66
This commit is contained in:
parent
1b8469b3e1
commit
1b0192e78b
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ the implementation without compat concerns in future releases.
|
|||
- If the library is not part of netstandard and not building against netstandard
|
||||
- All the rules for a library that is not part of netstandard apply but instead of having a target framework of
|
||||
`netstandard<latest>` it will have a target framework of `<framework><latest>`. Example `net<latest>` for desktop or `netcoreapp<latest>` for .NET Core.
|
||||
- It is not uncommon for a library to target the latest versions of multipe frameworks when adding new APIs (ex: https://github.com/dotnet/corefx/blob/master/src/System.Runtime/ref/System.Runtime.builds)
|
||||
- It is not uncommon for a library to target the latest versions of multiple frameworks when adding new APIs (ex: https://github.com/dotnet/corefx/blob/master/src/System.Runtime/ref/System.Runtime.builds)
|
||||
|
||||
###Determine library version
|
||||
- If targeting netstandard
|
||||
|
@ -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-conditionsed `<AssemblyVersion>` properties from csproj's as it should be defined in library\dir.props.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue