Skip to content

Commit

Permalink
Use IndexRange package for netstandard2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-visionaid committed Nov 21, 2024
1 parent 630d27c commit e4567ed
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 293 deletions.
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
<PackageVersion Include="coverlet.msbuild" Version="6.0.2" />
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageVersion Include="IndexRange" Version="1.0.3" />
<PackageVersion Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
<PackageVersion Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
Expand Down
1 change: 1 addition & 0 deletions OpenMcdf/OpenMcdf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="IndexRange" />
<PackageReference Include="Microsoft.Bcl.HashCode" />
<PackageReference Include="System.Memory" />
</ItemGroup>
Expand Down
166 changes: 0 additions & 166 deletions OpenMcdf/System/Index.cs

This file was deleted.

127 changes: 0 additions & 127 deletions OpenMcdf/System/Range.cs

This file was deleted.

0 comments on commit e4567ed

Please sign in to comment.