Commit 835b589a authored by Savorboard's avatar Savorboard

Fix obsolete

parent a75401d9
...@@ -38,7 +38,7 @@ namespace DotNetCore.CAP.Dashboard ...@@ -38,7 +38,7 @@ namespace DotNetCore.CAP.Dashboard
{ {
new StringEnumConverter new StringEnumConverter
{ {
CamelCaseText= true NamingStrategy = new CamelCaseNamingStrategy()
} }
} }
}; };
......
...@@ -34,7 +34,7 @@ namespace DotNetCore.CAP.Dashboard ...@@ -34,7 +34,7 @@ namespace DotNetCore.CAP.Dashboard
{ {
new StringEnumConverter new StringEnumConverter
{ {
CamelCaseText = true NamingStrategy = new CamelCaseNamingStrategy()
} }
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment