File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/GraphQL.Upload.AspNetCore.Tests Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments