SharedProperties 0.0.2
See the version list below for details.
dotnet add package SharedProperties --version 0.0.2
NuGet\Install-Package SharedProperties -Version 0.0.2
<PackageReference Include="SharedProperties" Version="0.0.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add SharedProperties --version 0.0.2
#r "nuget: SharedProperties, 0.0.2"
// Install SharedProperties as a Cake Addin #addin nuget:?package=SharedProperties&version=0.0.2 // Install SharedProperties as a Cake Tool #tool nuget:?package=SharedProperties&version=0.0.2
Creates "Shared.props" file at the solution level, which can be used to specify massive changes to all the projects within a solution.
Example scenarios:
- specify assembly signing properties using the same *.snk file
- set CopyLocal to False for certain references
- enforce the same StyleCop or FxCop rules across the solution
- etc.
Feel free to contribute your use case so it could be added to usage examples.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Updated authors to a full name.