Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2015-07-22 11:34:08 +0300
committerMarek Safar <marek.safar@gmail.com>2015-07-22 11:34:08 +0300
commitbdf33794f736120b854c98027c2bb39ae14a44b0 (patch)
treee6a1b9877fd46ea25d945db5a8ebed64cef937b5 /mcs/class/System.Configuration
parent3a12d84673f7f05ae454c005701db9e684d7c345 (diff)
[System.Configuration] Update default profile and remove old profiles files
Diffstat (limited to 'mcs/class/System.Configuration')
l---------mcs/class/System.Configuration/System.Configuration_test_net_4_0.dll.config1
l---------mcs/class/System.Configuration/System.Configuration_test_net_4_5.dll.config1
l---------mcs/class/System.Configuration/System.Configuration_test_net_4_x.dll.config (renamed from mcs/class/System.Configuration/System.Configuration_test_net_2_0.dll.config)0
-rw-r--r--mcs/class/System.Configuration/Test/Util/TestUtil.cs12
4 files changed, 0 insertions, 14 deletions
diff --git a/mcs/class/System.Configuration/System.Configuration_test_net_4_0.dll.config b/mcs/class/System.Configuration/System.Configuration_test_net_4_0.dll.config
deleted file mode 120000
index 6f31b34dcaa..00000000000
--- a/mcs/class/System.Configuration/System.Configuration_test_net_4_0.dll.config
+++ /dev/null
@@ -1 +0,0 @@
-Test/App.config \ No newline at end of file
diff --git a/mcs/class/System.Configuration/System.Configuration_test_net_4_5.dll.config b/mcs/class/System.Configuration/System.Configuration_test_net_4_5.dll.config
deleted file mode 120000
index 6f31b34dcaa..00000000000
--- a/mcs/class/System.Configuration/System.Configuration_test_net_4_5.dll.config
+++ /dev/null
@@ -1 +0,0 @@
-Test/App.config \ No newline at end of file
diff --git a/mcs/class/System.Configuration/System.Configuration_test_net_2_0.dll.config b/mcs/class/System.Configuration/System.Configuration_test_net_4_x.dll.config
index 6f31b34dcaa..6f31b34dcaa 120000
--- a/mcs/class/System.Configuration/System.Configuration_test_net_2_0.dll.config
+++ b/mcs/class/System.Configuration/System.Configuration_test_net_4_x.dll.config
diff --git a/mcs/class/System.Configuration/Test/Util/TestUtil.cs b/mcs/class/System.Configuration/Test/Util/TestUtil.cs
index 585271a2fe8..6faeba67a14 100644
--- a/mcs/class/System.Configuration/Test/Util/TestUtil.cs
+++ b/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 ();