diff --git a/AppleReceiptVerifier.NET/AppleReceiptVerifier.NET.csproj b/AppleReceiptVerifier.NET/AppleReceiptVerifier.NET.csproj index 482ea52..d1225b8 100644 --- a/AppleReceiptVerifier.NET/AppleReceiptVerifier.NET.csproj +++ b/AppleReceiptVerifier.NET/AppleReceiptVerifier.NET.csproj @@ -1,8 +1,8 @@ - net5.0;netstandard2.0 9.0 + net6.0;netstandard2.0 enable true true @@ -16,9 +16,9 @@ AppleReceiptVerifier.NET is the library used to validate purchase and subscription receipts with the Apple App Store. alexalok alexalok - 1.0.1 + 1.0.2 - * Made RawJson property public for testing purposes. + * Retargeted from .NET 5 to .NET 6 due to former's EOL App Store, in-app purchase, in-app subscription, verify receipt https://github.com/alexalok/AppleReceiptVerifier.NET