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

github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rx.NET/Tests.System.Reactive/Utils.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rx.NET/Tests.System.Reactive/Utils.cs b/Rx.NET/Tests.System.Reactive/Utils.cs
index bf44418..c7b099b 100644
--- a/Rx.NET/Tests.System.Reactive/Utils.cs
+++ b/Rx.NET/Tests.System.Reactive/Utils.cs
@@ -25,7 +25,7 @@ namespace ReactiveTests
// There is no accessible file system inside android application.
return System.Environment.GetFolderPath(System.Environment.SpecialFolder.LocalApplicationData);
#else
- return AppDomain.CurrentDomain.BaseDirectory;
+ return System.AppDomain.CurrentDomain.BaseDirectory;
#endif
}
}