Skip to content

Commit 388b924

Browse files
dependabot[bot]arturcic
authored andcommitted
(sdk): Bump dotnet-sdk from 9.0.306 to 10.0.100
Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 9.0.306 to 10.0.100. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](dotnet/sdk@v9.0.306...v10.0.100) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 10.0.100 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2e8e6c7 commit 388b924

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.306"
8+
"version": "10.0.100"
99
}
1010
}

src/GitVersion.Schema/FormatAttributeHandler.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using FormatAttribute = GitVersion.Configuration.Attributes.JsonPropertyFormatAttribute;
66

77
namespace GitVersion.Schema;
8+
89
internal class FormatAttributeHandler : IAttributeHandler<FormatAttribute>
910
{
1011
void IAttributeHandler.AddConstraints(SchemaGenerationContextBase context, Attribute attribute)

0 commit comments

Comments
 (0)