N
N
nerzoff2019-08-25 17:56:41
visual studio
nerzoff, 2019-08-25 17:56:41

How to install packages in VS 2008?

I want to install MailKit but have no idea how to do it. There is no Nuget for this version, maybe somehow you can install the package without it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ivan Filatov, 2019-08-25
@nerzoff

https://www.nuget.org/packages/MailKit
Install-Package MailKit -Version 2.3.0
It requires .Net 4.5+ or .Net Standard 1.3+
ps: why do you need VS2008 anyway? It's time to move on to 2019.

O
oleg_ods, 2019-08-25
@oleg_ods

Download the library —> compile (if necessary) —> add to references
PS And what prevents VS from updating? There are also free versions.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question