File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/GraphQL.Upload.AspNetCore Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <PropertyGroup >
8- <GraphQLVersion >3.0.0-preview-1490 </GraphQLVersion >
9- <GraphQLServerVersion >3.5.0-alpha0046 </GraphQLServerVersion >
8+ <GraphQLVersion >3.0.0</GraphQLVersion >
9+ <GraphQLServerVersion >3.5.0-alpha0073 </GraphQLServerVersion >
1010 <MicrosoftAspNetCoreHttpAbstractionsVersion >2.2.0</MicrosoftAspNetCoreHttpAbstractionsVersion >
1111 <MicrosoftAspNetCoreHttpFeaturesVersion >3.1.2</MicrosoftAspNetCoreHttpFeaturesVersion >
1212 <MicrosoftExtensionsLoggingVersion >3.1.2</MicrosoftExtensionsLoggingVersion >
Original file line number Diff line number Diff line change 11using System . Collections . Generic ;
22
33#if IS_NET_CORE_3_ONWARDS_TARGET
4- using System . Collections . Generic ;
54using System . Text . Json . Serialization ;
65#else
76using Newtonsoft . Json ;
You can’t perform that action at this time.
0 commit comments