1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 11:37:04 +09:00

conditionsed -> conditioned (dotnet/corefx#26998)

Commit migrated from 30f0b6323f
This commit is contained in:
John Doe 2018-02-09 07:58:43 -08:00 committed by Stephen Toub
parent 754e4138b6
commit 152de52561

View file

@ -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.