stripe / stripe-dotnet

Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for stripe.com.
Apache License 2.0
1.37k stars 570 forks source link

.NET Core Support #3005

Closed SoftCircuits closed 1 month ago

SoftCircuits commented 1 month ago

Describe the bug

The description for this repository says "The official Stripe .NET library, supporting .NET Standard 2.0+, .NET Core 2.0+, and .NET Framework 4.6.1+." But when I look at Strip.NET on NuGet, the description says "Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for the Stripe API." So which is it? Which is the library for .NET Core?

To Reproduce

N/A

Expected behavior

N/A

Code snippets

No response

OS

Windows 11

.NET version

.NET Core 8

Library version

v46.2.0

API version

N/A

Additional context

No response

jar-stripe commented 1 month ago

Hi @SoftCircuits , thanks for bringing this to our attention! I think this is a documentation issue. The NuGet package located here: https://www.nuget.org/packages/Stripe.net does support .NET/.NET Core, .NET Standard, and .NET Framework; you can checkout https://www.nuget.org/packages/Stripe.net#supportedframeworks-body-tab for their display of the frameworks we support.

I'll log a ticket internally on our end to make sure our description is updated correctly.

Does that resolve your issue here?

SoftCircuits commented 1 month ago

@jar-stripe Yes, thanks.

jar-stripe commented 1 month ago

Great! I'll close this issue for now, but let us know if we can be of any further help.