Upgrade to newer NUnit version and deploy it somewhere
------------------------------------------------------
Key: NPANDAY-485
URL: https://issues.apache.org/jira/browse/NPANDAY-485
Project: NPanday
Issue Type: Improvement
Affects Versions: 1.4-incubating
Reporter: Lars Corneliussen
Fix For: 1.4.1-incubating
NUnit 2.2.8 was build against .NET 2.0 Beta 1. When I use the reference to that
NUnit version (which probably nobody else does) i get theese errors:
{code}
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1360,9):
warning MSB3258: The primary reference "NUnit.Framework, Version=2.2.8.0,
Culture=neutral, processorArchitecture=MSIL" could not be resolved because it
has an indirect dependency on the .NET Framework assembly "mscorlib,
Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has
a higher version "2.0.3600.0" than the version "2.0.0.0" in the current target
framework.
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1360,9):
warning MSB3258: The primary reference "NUnit.Framework, Version=2.2.8.0,
Culture=neutral, processorArchitecture=MSIL" could not be resolved because it
has an indirect dependency on the .NET Framework assembly "System,
Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has
a higher version "2.0.3600.0" than the version "2.0.0.0" in the current target
framework.
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira