Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Commit

Permalink
Remove unnecessary net6.0 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jan 24, 2022
1 parent 7c3e488 commit 7a058ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/Stripe/Stripe.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
<PackageReference Include="System.Net.Requests" Version="4.3.0" />
<PackageReference Include="System.ServiceModel.Primitives" Version="4.8.1" />
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
</ItemGroup>

</Project>
3 changes: 0 additions & 3 deletions src/Stripe/Stripe.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
<PackageReference Include="System.Net.Requests" Version="4.3.0" />
<PackageReference Include="System.ServiceModel.Primitives" Version="4.8.1" />
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
</ItemGroup>

</Project>

0 comments on commit 7a058ce

Please sign in to comment.