I am switching from VB to C#. In VB if I made changes to a library, I just hit the build in the Library, then hit the build in the project and they were in sync with each other.
It seems that with C# this is not the case, I ended up deleting the library dll out of the project then readding the reference for the two to be in sync.
Is there an easier way in C#?
It seems that with C# this is not the case, I ended up deleting the library dll out of the project then readding the reference for the two to be in sync.
Is there an easier way in C#?