upgrade franziage
This commit is contained in:
parent
3915469604
commit
146a4e006d
@ -9,5 +9,6 @@ public class Config
|
|||||||
{
|
{
|
||||||
public string name { get; set; }
|
public string name { get; set; }
|
||||||
public string shell { get; set; }
|
public string shell { get; set; }
|
||||||
|
public List<string> args { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -2,6 +2,6 @@
|
|||||||
"name": "guy who didn't configure",
|
"name": "guy who didn't configure",
|
||||||
"bootstrap_servers": "localhost:9092",
|
"bootstrap_servers": "localhost:9092",
|
||||||
"commands": [
|
"commands": [
|
||||||
{"name":"echo", "shell": "echo"}
|
{"name":"echo", "shell": "echo", "args": ["i'm an array", "of strings"]}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -12,7 +12,7 @@
|
|||||||
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="5.0.0" />
|
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="5.0.0" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
|
||||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
||||||
<PackageReference Include="silvermeddlists.franz" Version="0.0.8" />
|
<PackageReference Include="silvermeddlists.franz" Version="0.0.9" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
Loading…
Reference in New Issue
Block a user