Home »

How do we use different versions of private assemblies in same application without re-build?

Question ListCategory: .NETHow do we use different versions of private assemblies in same application without re-build?
jully882 author asked 8 years ago
1 Answers
jamessmith05 author answered 8 years ago

Inside the Assemblyinfo.cs or Assemblyinfo.vb file, we need to specify assembly version.
assembly: AssemblyVersion

Please login or Register to Submit Answer