forked from JannikLassahn/graphql-dotnet-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
18 lines (15 loc) · 817 Bytes
/
Directory.Build.props
File metadata and controls
18 lines (15 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project>
<PropertyGroup>
<IsNetCore3OnwardsTarget>$(TargetFramework.StartsWith('netcoreapp3.'))</IsNetCore3OnwardsTarget>
</PropertyGroup>
<PropertyGroup>
<GraphQLVersion>3.0.0</GraphQLVersion>
<GraphQLServerVersion>3.5.0-alpha0073</GraphQLServerVersion>
<MicrosoftAspNetCoreHttpAbstractionsVersion>2.2.0</MicrosoftAspNetCoreHttpAbstractionsVersion>
<MicrosoftAspNetCoreHttpFeaturesVersion>3.1.2</MicrosoftAspNetCoreHttpFeaturesVersion>
<MicrosoftExtensionsLoggingVersion>3.1.2</MicrosoftExtensionsLoggingVersion>
<MicrosoftExtensionsOptionsVersion>3.1.2</MicrosoftExtensionsOptionsVersion>
<XunitVersion>2.4.1</XunitVersion>
<XunitRunnerVisualStudioVersion>2.4.1</XunitRunnerVisualStudioVersion>
</PropertyGroup>
</Project>