Skip to content

Commit c226f3a

Browse files
authored
Remove Authorization dependency on Core (#750)
1 parent 231b8a5 commit c226f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Authorization.AspNetCore/Authorization.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<FrameworkReference Include="Microsoft.AspNetCore.App" />
11-
<ProjectReference Include="..\Core\Core.csproj" />
11+
<PackageReference Include="GraphQL" Version="5.0.0-preview-476" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)