Reputation: 71288
I have a class library built on .net 3.5, I wanted to use it in a silverlight project and it told me that I must build it against silverlight runtime, anybody knows how to do this ?
can I migrate it, or should I create a new silverlight project and rewrite it or something ?
Upvotes: 0
Views: 103
Reputation: 1039418
You need to create a Silverlight Class Library:
(source: c-sharpcorner.com)
Upvotes: 1