|
-
May 30th, 2019, 12:10 PM
#1
Thread Starter
Member
How to force older assembly versions into reference list
When I try to add a reference to System.Drawing.dll v 2.0, v 4.0 is referenced instead. How can I force the older version while still targeting for 4.0 (overall)?
Last edited by Pixy; May 30th, 2019 at 12:19 PM.
-
May 30th, 2019, 10:44 PM
#2
Re: How to force older assembly versions into reference list
You can't. System.Drawing.dll is part of the .NET Framework and if you're targeting .NET 4.0 then you're using using v4 DLLs from the Framework. Why do you think you need to do this?
-
May 31st, 2019, 04:19 AM
#3
Thread Starter
Member
Re: How to force older assembly versions into reference list
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|