Skip to content

Commit f11ef6d

Browse files
dependabot[bot]arturcic
authored andcommitted
(deps): Bump dotnet-sdk from 9.0.102 to 9.0.200
Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 9.0.102 to 9.0.200. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](dotnet/sdk@v9.0.102...v9.0.200) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 754e71c commit f11ef6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"src"
66
],
77
"sdk": {
8-
"version": "9.0.102"
8+
"version": "9.0.200"
99
}
1010
}

new-cli/GitVersion.Common.Command/ICommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace GitVersion;
22

33
public interface ICommand<in T>
44
{
5-
public Task<int> InvokeAsync(T settings, CancellationToken cancellationToken = default);
5+
Task<int> InvokeAsync(T settings, CancellationToken cancellationToken = default);
66
}
77

88
public interface ICommandImpl

0 commit comments

Comments
 (0)