Readd missing Bcl.AsyncInterfaces dependency

This commit is contained in:
Jordan Dominion
2025-09-03 08:15:13 -04:00
parent cbf832848b
commit b4eac6a729
@@ -8,6 +8,8 @@
</PropertyGroup>
<ItemGroup>
<!-- Usage: Needed for IAsyncDisposable -->
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
<!-- GraphQL connector and code generator -->
<PackageReference Include="StrawberryShake.Server" />
</ItemGroup>