You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.165
Former-commit-id: d509131f71da404210981e7263b375675928eea7
This commit is contained in:
parent
b95516a3dd
commit
c911219690
@@ -127,22 +127,18 @@ namespace System.Globalization
|
||||
get {
|
||||
return Thread.CurrentThread.CurrentCulture;
|
||||
}
|
||||
#if NETSTANDARD
|
||||
set {
|
||||
throw new NotImplementedException ();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
public static CultureInfo CurrentUICulture {
|
||||
get {
|
||||
return Thread.CurrentThread.CurrentUICulture;
|
||||
}
|
||||
#if NETSTANDARD
|
||||
set {
|
||||
throw new NotImplementedException ();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
internal static CultureInfo ConstructCurrentCulture ()
|
||||
|
Reference in New Issue
Block a user