We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a798e commit f05a4a3Copy full SHA for f05a4a3
1 file changed
src/components/BootstrapBlazor.Region/Services/DefaultRegionService.cs
@@ -142,11 +142,7 @@ private static void LoadCityData()
142
[MethodImpl(MethodImplOptions.AggressiveInlining)]
143
private static string Trim(string segment) => segment.Replace("\"", string.Empty).Trim();
144
145
-#if NET9_0_OR_GREATER
146
- private static readonly FrozenSet<string> Provinces =
147
-#else
148
private static readonly HashSet<string> Provinces =
149
-#endif
150
[
151
"北京市",
152
"天津市",
0 commit comments