upgrade franziage

This commit is contained in:
Adam R. Grey 2021-12-17 06:52:47 -05:00
parent 3915469604
commit 146a4e006d
3 changed files with 3 additions and 2 deletions

View File

@ -9,5 +9,6 @@ public class Config
{
public string name { get; set; }
public string shell { get; set; }
public List<string> args { get; set; }
}
}

View File

@ -2,6 +2,6 @@
"name": "guy who didn't configure",
"bootstrap_servers": "localhost:9092",
"commands": [
{"name":"echo", "shell": "echo"}
{"name":"echo", "shell": "echo", "args": ["i'm an array", "of strings"]}
]
}

View File

@ -12,7 +12,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
<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>