Skip to content

Commit 1839d27

Browse files
authored
Merge pull request #4739 from GitTools/dependabot/dotnet_sdk/dotnet-sdk-10.0.100
(sdk): Bump dotnet-sdk from 9.0.306 to 10.0.100
2 parents 2e8e6c7 + 388b924 commit 1839d27

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)