Reference DLLs in ASP.NET without \Bin or GAC

后端 未结 5 595
天命终不由人
天命终不由人 2020-12-05 15:43

I have an ASP.NET project under source control (Subversion). For various reasons, I don\'t want to add the \\Bin directory or its contents to source control, so I have it sv

5条回答
  •  死守一世寂寞
    2020-12-05 16:20

    I save 3rd party assemblies without source code in source control. In their own directory outside of the Project - `C:\Projects\3rdPartyAssemblies' This way any projects / developers that need them can reference them.

提交回复
热议问题