Skip to content

Commit ad7d43a

Browse files
authored
Fix dependency within obsolete authorization package (#1144)
1 parent 3602a34 commit ad7d43a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Authorization.AspNetCore/Authorization.AspNetCore.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
88
</PropertyGroup>
99

10+
<ItemGroup>
11+
<PackageReference Include="GraphQL" Version="$(GraphQLVersion)" />
12+
</ItemGroup>
13+
1014
<ItemGroup>
1115
<ProjectReference Include="..\Transports.AspNetCore\Transports.AspNetCore.csproj" />
1216
</ItemGroup>

0 commit comments

Comments
 (0)