We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0ee8c commit 340a1fbCopy full SHA for 340a1fb
src/A2A/A2A.csproj
@@ -21,6 +21,7 @@
21
<!-- Dependencies only needed by netstandard2.0 -->
22
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
23
<PackageReference Include="System.Text.Json" />
24
+ <PackageReference Include="System.Threading.Channels" />
25
</ItemGroup>
26
27
<!-- Dependencies needed by all -->
@@ -37,7 +38,7 @@
37
38
<PrivateAssets>all</PrivateAssets>
39
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
40
</PackageReference>
- <PackageReference Include="System.Threading.Channels" />
41
+
42
43
44
<ItemGroup>
0 commit comments