Fixed ManagedDictionaryTests to work with framework 1.1
This commit is contained in:
@@ -21,10 +21,11 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using NUnit.Framework;
|
||||
#if NET_2_0
|
||||
using System.Collections.Generic;
|
||||
|
||||
using Spring.Objects.Factory.Config;
|
||||
|
||||
#if NET_2_0
|
||||
using System.Collections.Generic;
|
||||
#endif
|
||||
|
||||
namespace Spring.Objects.Factory.Support
|
||||
|
||||
Reference in New Issue
Block a user