CADbloke / CADtest

CADtest runs NUnitLite version 3 inside AutoCAD and/or the AutoCAD Core Console
Other
36 stars 19 forks source link

Nuget project references for NUnit Alpha 5 are for wrong .NET version #1

Closed CADbloke closed 8 years ago

CADbloke commented 9 years ago

All the BCL references and such that Nuget added aren't needed for .NET 4.5. This project was originally run in AutoCAD 2013 which is .NET 4.0. My bad.

Future versions of this will specify project references based on what version of AutoCAD you are using. Or...more likely, a project for each version since my method of multi-versioning is infamously complicated. See http://www.theswamp.org/index.php?topic=49039.msg541744#msg541744 & http://www.theswamp.org/index.php?topic=41868.msg497509#msg497509

CADbloke commented 8 years ago

87cb5ead8cac8da2a37de2292e1f3e2f54ca415d fixed this.

Sort of