Pārlūkot izejas kodu

[System.Configuration] Update default profile and remove old profiles files

Marek Safar 10 gadi atpakaļ
vecāks
revīzija
bdf33794f7

+ 0 - 1
mcs/class/System.Configuration/System.Configuration_test_net_4_0.dll.config

@@ -1 +0,0 @@
-Test/App.config

+ 0 - 1
mcs/class/System.Configuration/System.Configuration_test_net_4_5.dll.config

@@ -1 +0,0 @@
-Test/App.config

+ 0 - 0
mcs/class/System.Configuration/System.Configuration_test_net_2_0.dll.config → mcs/class/System.Configuration/System.Configuration_test_net_4_x.dll.config


+ 0 - 12
mcs/class/System.Configuration/Test/Util/TestUtil.cs

@@ -64,18 +64,6 @@ namespace MonoTests.System.Configuration.Util {
 			}
 		}
 
-		public static string DotNetVersion {
-			get {
-#if NET_4_5
-				return "net_4_5";
-#elif NET_4_0
-				return "net_4_0";
-#else
-				return "net_2_0";
-#endif
-			}
-		}
-
 		public static string ThisDllName {
 			get {
 				var asm = Assembly.GetCallingAssembly ();