Skip to content

Commit 340a1fb

Browse files
committed
include channels pkg only for netstandard 2
1 parent 1f0ee8c commit 340a1fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/A2A/A2A.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<!-- Dependencies only needed by netstandard2.0 -->
2222
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
2323
<PackageReference Include="System.Text.Json" />
24+
<PackageReference Include="System.Threading.Channels" />
2425
</ItemGroup>
2526

2627
<!-- Dependencies needed by all -->
@@ -37,7 +38,7 @@
3738
<PrivateAssets>all</PrivateAssets>
3839
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3940
</PackageReference>
40-
<PackageReference Include="System.Threading.Channels" />
41+
4142
</ItemGroup>
4243

4344
<ItemGroup>

0 commit comments

Comments
 (0)