Commit 835b589a authored by Savorboard's avatar Savorboard

Fix obsolete

parent a75401d9
......@@ -37,8 +37,8 @@ namespace DotNetCore.CAP.Dashboard
Converters = new JsonConverter[]
{
new StringEnumConverter
{
CamelCaseText= true
{
NamingStrategy = new CamelCaseNamingStrategy()
}
}
};
......
......@@ -34,7 +34,7 @@ namespace DotNetCore.CAP.Dashboard
{
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