Shared C# Project Properties NuGet Package

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.




Got any Shared C# Project Properties Question?





Info

Version: 0.0.3
Author(s): Oleg Shuruev
Last Update: Friday, November 17, 2017
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/shuruev/SharedProperties
NuGet Url: https://www.nuget.org/packages/SharedProperties


Install
Install-Package SharedProperties
dotnet add package SharedProperties
paket add SharedProperties
SharedProperties Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.5

avg-downloads-per-day

0

days-since-last-release

2351