File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ internal RunScriptCommand(
30
30
Handler = this ;
31
31
}
32
32
33
+ public int Invoke ( InvocationContext context )
34
+ => throw new NotImplementedException ( ) ;
35
+
33
36
public async Task < int > InvokeAsync ( InvocationContext context )
34
37
{
35
38
if ( context is null ) throw new ArgumentNullException ( nameof ( context ) ) ;
Original file line number Diff line number Diff line change 50
50
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
51
51
<PrivateAssets >all</PrivateAssets >
52
52
</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" />
55
55
</ItemGroup >
56
56
57
57
</Project >
You can’t perform that action at this time.
0 commit comments