mirror of
https://github.com/m-lamonaca/script-launcher.git
synced 2025-04-19 06:36:26 +00:00
Bumps [Spectre.Console.Cli](https://github.com/spectreconsole/spectre.console) from 0.46.0 to 0.47.0. - [Release notes](https://github.com/spectreconsole/spectre.console/releases) - [Commits](https://github.com/spectreconsole/spectre.console/compare/0.46.0...0.47.0) --- updated-dependencies: - dependency-name: Spectre.Console.Cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
516 B
XML
18 lines
516 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<Version>0.1.2</Version>
|
|
<PackAsTool>true</PackAsTool>
|
|
<ToolCommandName>scrl</ToolCommandName>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Spectre.Console" Version="0.47.0" />
|
|
<PackageReference Include="Spectre.Console.Cli" Version="0.47.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|