test runner v1
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace SharpIDE.Application.Features.Testing.Client.Dtos;
|
||||
|
||||
public sealed record ServerInfo(
|
||||
[property:JsonProperty("name")]
|
||||
string Name,
|
||||
|
||||
[property:JsonProperty("version")]
|
||||
string Version = "1.0.0");
|
||||
Reference in New Issue
Block a user