add csharpier
This commit is contained in:
@@ -5,10 +5,7 @@ namespace ProxyInterfaceConsumer
|
||||
{
|
||||
class Program
|
||||
{
|
||||
private static JsonSerializerOptions JsonSerializerOptions = new ()
|
||||
{
|
||||
WriteIndented = true
|
||||
};
|
||||
private static JsonSerializerOptions JsonSerializerOptions = new() { WriteIndented = true };
|
||||
|
||||
static void Main(string[] args)
|
||||
{
|
||||
@@ -24,4 +21,4 @@ namespace ProxyInterfaceConsumer
|
||||
Console.WriteLine(JsonSerializer.Serialize(p, JsonSerializerOptions));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user