Skip to content

Commit

Permalink
Remove unnecessary out-of-band NuGet packages from Tsavorite.core (#54)
Browse files Browse the repository at this point in the history
* Remove unnecessary NuGet out-of-band package references

* Move Ix.NET reference from Tsavorite.core to the actual project that depends on it
  • Loading branch information
PaulusParssinen authored Mar 20, 2024
1 parent 03c51eb commit b41148f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions libs/storage/Tsavorite/cs/src/core/Tsavorite.core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<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" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
</ItemGroup>

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

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

<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" Version="12.14.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="System.Interactive.Async" Version="6.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\core\Tsavorite.core.csproj" />
Expand Down

0 comments on commit b41148f

Please sign in to comment.