| bio | website | bitbucket.org/jkoritzinsky |
|---|---|---|
| location | Wisconsin | |
| age | 17 | |
| visits | member for | 10 months |
| seen | May 15 at 18:10 | |
| stats | profile views | 0 |
Just a recreational programmer that likes to dabble in other interest areas.
I program in C#/XAML as well as C++.
Currently I am developing a units library and a chemistry library.
|
Apr 28 |
comment |
StacMan - .NET client for Stack Exchange API v2 I added a note about supported frameworks to the OP. |
|
Apr 26 |
comment |
StacMan - .NET client for Stack Exchange API v2 I agree. Hopefully its stable now. |
|
Apr 26 |
comment |
StacMan - .NET client for Stack Exchange API v2 I just downloaded the package and took a look at it. The package requires .Net 4.5. The last nuget package that supports .Net 4.0 is version 0.4. I'm not sure how stable it is, but you could install it if you want to. To install it, run this command in the Package Manager: Install-Package StacMan -Version 0.4.0.0 |
|
Apr 26 |
comment |
StacMan - .NET client for Stack Exchange API v2 Is the project you are trying to install the package into targeting .Net 4.0 Client Profile or the full .Net 4.0 Framework? Based off this error, StackMan requires the project you're installing it on to target .Net 4.0 Framework, not the Client profile. |