Skip to content

Commit f1471f8

Browse files
committed
refs or cleanup
1 parent a338e98 commit f1471f8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/Directory.Packages.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<ItemGroup>
77
<PackageVersion Include="FluentValidation" Version="12.1.1" />
88
<PackageVersion Include="FluentValidation.DependencyInjectionExtensions" Version="12.1.1" />
9-
<PackageVersion Include="GraphQL" Version="8.8.3" />
10-
<PackageVersion Include="GraphQL.MicrosoftDI" Version="8.8.3" />
9+
<PackageVersion Include="GraphQL" Version="8.8.4" />
10+
<PackageVersion Include="GraphQL.MicrosoftDI" Version="8.8.4" />
1111
<PackageVersion Include="GraphQL.Server.Transports.AspNetCore" Version="8.3.3" />
1212
<PackageVersion Include="GraphQL.Server.Ui.GraphiQL" Version="8.3.3" />
13-
<PackageVersion Include="GraphQL.SystemTextJson" Version="8.8.3" />
13+
<PackageVersion Include="GraphQL.SystemTextJson" Version="8.8.4" />
1414
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="28.0.1" />
15-
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.3" />
16-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.3" />
15+
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.4" />
16+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.4" />
1717
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
1818
<PackageVersion Include="Microsoft.Sbom.Targets" Version="4.1.5" />
1919
<PackageVersion Include="ProjectDefaults" Version="1.0.172" />

src/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"MSBuild.Sdk.Extras": "3.0.44"
44
},
55
"sdk": {
6-
"version": "10.0.103",
6+
"version": "10.0.200",
77
"allowPrerelease": true,
88
"rollForward": "latestFeature"
99
}

0 commit comments

Comments
 (0)