Skip to content

Commit

Permalink
Merge pull request #723 from ViktorHofer/patch-1
Browse files Browse the repository at this point in the history
Don't reference M.Bcl.AsyncInterfaces on netstandard2.1
  • Loading branch information
AArnott authored Jan 4, 2024
2 parents 3ec3e25 + 6f2e201 commit 6fcd9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nerdbank.Streams/Nerdbank.Streams.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Threading" PrivateAssets="build;analyzers;compile" />
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" PrivateAssets="all" />
Expand Down

0 comments on commit 6fcd9d7

Please sign in to comment.