Skip to content

Commit

Permalink
Removed Microsoft.Bcl.AsyncInterfaces dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshClose committed Feb 29, 2024
1 parent 0f72966 commit 5055256
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/CsvHelper/CsvHelper.csproj
Expand Up @@ -55,7 +55,6 @@

<!-- .NET 4.6.2 -->
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0" />
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.0.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.3.0" />
<PackageReference Include="System.Memory" Version="4.5.0" />
Expand All @@ -64,7 +63,6 @@

<!-- .NET 4.7 -->
<ItemGroup Condition="'$(TargetFramework)' == 'net47'">
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0" />
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.0.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.3.0" />
<PackageReference Include="System.Memory" Version="4.5.0" />
Expand All @@ -73,7 +71,6 @@

<!-- .NET 4.8 -->
<ItemGroup Condition="'$(TargetFramework)' == 'net48'">
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0" />
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.0.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.3.0" />
<PackageReference Include="System.Memory" Version="4.5.0" />
Expand All @@ -82,7 +79,6 @@

<!-- .NET Standard 2.0 -->
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0" />
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.0.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.3.0" />
<PackageReference Include="System.Memory" Version="4.5.0" />
Expand Down

0 comments on commit 5055256

Please sign in to comment.