SharedProperties 0.0.3

dotnet add package SharedProperties --version 0.0.3
NuGet\Install-Package SharedProperties -Version 0.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SharedProperties" Version="0.0.3">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SharedProperties --version 0.0.3
#r "nuget: SharedProperties, 0.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SharedProperties as a Cake Addin
#addin nuget:?package=SharedProperties&version=0.0.3

// Install SharedProperties as a Cake Tool
#tool nuget:?package=SharedProperties&version=0.0.3

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.

There are no supported framework assets in this package.

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.

Version Downloads Last updated
0.0.3 2,661 11/17/2017
0.0.2 2,342 11/16/2017
0.0.1 2,248 11/16/2017

Added targets file to see how that goes.