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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/Mono.Linker.Tests.Cases.Expectations/Support/PlatformAssemblies.cs')
-rw-r--r--test/Mono.Linker.Tests.Cases.Expectations/Support/PlatformAssemblies.cs11
1 files changed, 7 insertions, 4 deletions
diff --git a/test/Mono.Linker.Tests.Cases.Expectations/Support/PlatformAssemblies.cs b/test/Mono.Linker.Tests.Cases.Expectations/Support/PlatformAssemblies.cs
index 11c2f259c..d3c2dfcbd 100644
--- a/test/Mono.Linker.Tests.Cases.Expectations/Support/PlatformAssemblies.cs
+++ b/test/Mono.Linker.Tests.Cases.Expectations/Support/PlatformAssemblies.cs
@@ -1,8 +1,11 @@
-public static class PlatformAssemblies
+namespace Mono.Linker.Tests.Cases.Expectations.Metadata
{
+ public static class PlatformAssemblies
+ {
#if NETCOREAPP
- public const string CoreLib = "System.Private.CoreLib.dll";
+ public const string CoreLib = "System.Private.CoreLib.dll";
#else
- public const string CoreLib = "mscorlib.dll";
+ public const string CoreLib = "mscorlib.dll";
#endif
-}
+ }
+} \ No newline at end of file