c# - How do I change "Specific Version" default value when adding a reference? -


When I add a reference to my project, I usually want to use the specific version = FALSE. This is because our automated build version number will be set. I think the default behavior should be correct

is there any way to change it? The error prone to manually changing that value (and I finally breaks the build).

One way to change the default is if you are using TFS, The rules can apply, but I'm not sure that the check-in rule can be implemented in .csproj or .sln files.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -