Skip to content

Commit

Permalink
Tweak when System.Interactive.Async is included
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson-tomo committed Apr 16, 2024
1 parent 5dfaf2b commit 86ff207
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cs/src/core/FASTER.core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="7.0.0" />
<PackageReference Include="System.Interactive.Async" Version="6.0.1" />
</ItemGroup>

<Choose>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<OutputPath>bin\$(Platform)\Release\</OutputPath>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
<ItemGroup>
<PackageReference Include="System.Interactive.Async" Version="6.0.1" />
</ItemGroup>

Expand Down

0 comments on commit 86ff207

Please sign in to comment.