Skip to content

Commit 243a4ce

Browse files
committed
Bump System.CommandLine from 2.0.0-beta3.22114.1 to 2.0.0-beta4.22272.1
1 parent 248a56a commit 243a4ce

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/RunScriptCommand.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ internal RunScriptCommand(
3030
Handler = this;
3131
}
3232

33+
public int Invoke(InvocationContext context)
34+
=> throw new NotImplementedException();
35+
3336
public async Task<int> InvokeAsync(InvocationContext context)
3437
{
3538
if (context is null) throw new ArgumentNullException(nameof(context));

src/run-script.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
5151
<PrivateAssets>all</PrivateAssets>
5252
</PackageReference>
53-
<PackageReference Include="System.CommandLine" Version="2.0.0-beta3.22114.1" />
54-
<PackageReference Include="System.CommandLine.Rendering" Version="0.4.0-alpha.22114.1" />
53+
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
54+
<PackageReference Include="System.CommandLine.Rendering" Version="0.4.0-alpha.22272.1" />
5555
</ItemGroup>
5656

5757
</Project>

0 commit comments

Comments
 (0)