Skip to content

Commit

Permalink
Switch to spectre console cli
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool committed Sep 11, 2022
1 parent 0247a02 commit 61c66eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cli/Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<PackageReference Include="Serilog.Extensions.Hosting" Version="5.0.1" />
<PackageReference Include="Serilog.Settings.Configuration" Version="3.3.0" />
<PackageReference Include="Serilog.Sinks.Seq" Version="5.1.1" />
<PackageReference Include="Spectre.Console" Version="0.45.0" />
<PackageReference Include="Spectre.Console.Cli" Version="0.45.0" />
</ItemGroup>

<ItemGroup>
Expand Down
14 changes: 11 additions & 3 deletions Cli/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@
"Serilog.Sinks.PeriodicBatching": "2.3.0"
}
},
"Spectre.Console": {
"Spectre.Console.Cli": {
"type": "Direct",
"requested": "[0.45.0, )",
"resolved": "0.45.0",
"contentHash": "e//13o8/BCrWmwN26eJ4zCzD2iq7iUlqQd+nDI9nJUdnJ/rYAanYiNFZZ7YHwlv48IKuKtRYYP6/wPt1DG67ww==",
"contentHash": "SZcYjwEmmYgmTDqOluWFYtURI9bgRtmx3tSdslHsMU9lKWkev3UHEkzDbOtu4XwY+hCn9NOjBRSDWNafa4fyCQ==",
"dependencies": {
"System.Memory": "4.5.5"
"Spectre.Console": "0.45.0"
}
},
"Ben.Demystifier": {
Expand Down Expand Up @@ -631,6 +631,14 @@
"System.Threading.Timer": "4.0.1"
}
},
"Spectre.Console": {
"type": "Transitive",
"resolved": "0.45.0",
"contentHash": "e//13o8/BCrWmwN26eJ4zCzD2iq7iUlqQd+nDI9nJUdnJ/rYAanYiNFZZ7YHwlv48IKuKtRYYP6/wPt1DG67ww==",
"dependencies": {
"System.Memory": "4.5.5"
}
},
"System.Buffers": {
"type": "Transitive",
"resolved": "4.5.1",
Expand Down

0 comments on commit 61c66eb

Please sign in to comment.