We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f624eca commit 1490a21Copy full SHA for 1490a21
src/HotChocolate/AspNetCore/Directory.Build.props
@@ -2,7 +2,7 @@
2
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" />
3
4
<PropertyGroup>
5
- <TargetFrameworks Condition="'$(IsMacOsArm)' != 'true'">net6.0; net5.0; netcoreapp3.1</TargetFrameworks>
+ <TargetFrameworks Condition="'$(IsMacOsArm)' != 'true'">net6.0</TargetFrameworks>
6
<TargetFrameworks Condition="'$(IsMacOsArm)' == 'true'">net6.0</TargetFrameworks>
7
</PropertyGroup>
8
0 commit comments