Skip to content

Commit 1c53cfc

Browse files
ganhammarJannikLassahn
authored andcommitted
Update packages
1 parent 6335659 commit 1c53cfc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<PropertyGroup>
9-
<GraphQLVersion>5.3.0</GraphQLVersion>
10-
<GraphQLServerVersion>6.1.0</GraphQLServerVersion>
9+
<GraphQLVersion>5.3.3</GraphQLVersion>
10+
<GraphQLServerVersion>6.1.1</GraphQLServerVersion>
1111
<MicrosoftAspNetCoreHttpAbstractionsVersion>2.2.0</MicrosoftAspNetCoreHttpAbstractionsVersion>
1212
<MicrosoftExtensionsLoggingVersion>6.0.0</MicrosoftExtensionsLoggingVersion>
1313
<MicrosoftExtensionsOptionsVersion>6.0.0</MicrosoftExtensionsOptionsVersion>

tests/GraphQL.Upload.AspNetCore.Tests/GraphQL.Upload.AspNetCore.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitRunnerVisualStudioVersion)" />
1313
<PackageReference Include="GraphQL.SystemTextJson" Version="$(GraphQLVersion)" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
15-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.5" Condition="'$(TargetFramework)' == 'net6.0'" />
16-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.1.2" Condition="'$(TargetFramework)' != 'net6.0'" />
15+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.7" Condition="'$(TargetFramework)' == 'net6.0'" />
16+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.1.27" Condition="'$(TargetFramework)' != 'net6.0'" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

0 commit comments

Comments
 (0)