Skip to content

Commit 72962b7

Browse files
Update README.md
1 parent 166e8a3 commit 72962b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ Localstack.NET is an easy-to-use .NET client for [LocalStack](https://github.com
3535

3636
## Supported Platforms
3737

38-
- [.NET 7](https://dotnet.microsoft.com/download/dotnet/7.0)
38+
- [.NET 8](https://dotnet.microsoft.com/download/dotnet/8.0)
3939
- [.NET 6](https://dotnet.microsoft.com/download/dotnet/6.0)
4040
- [.NET Standard 2.0](https://docs.microsoft.com/en-us/dotnet/standard/net-standard)
41-
- [.NET 4.6.1 and Above](https://dotnet.microsoft.com/download/dotnet-framework)
41+
- [.NET 4.6.2 and Above](https://dotnet.microsoft.com/download/dotnet-framework)
4242

4343
## Why LocalStack.NET Client?
4444

4545
- **Consistent Client Configuration:** LocalStack.NET eliminates the need for manual endpoint configuration, providing a standardized and familiar approach to initializing clients.
4646

4747
- **Adaptable Environment Transition:** Easily switch between LocalStack and actual AWS services with minimal configuration changes.
4848

49-
- **Versatile .NET Compatibility:** Supports a broad spectrum of .NET versions, from .NET 7.0 and .NET Standard 2.0 to .NET Framework 4.6.1 and above.
49+
- **Versatile .NET Compatibility:** Supports a broad spectrum of .NET versions, from .NET 8.0 and .NET Standard 2.0 to .NET Framework 4.6.2 and above.
5050

5151
- **Reduced Learning Curve:** Offers a familiar interface tailored for LocalStack, ideal for developers acquainted with the AWS SDK for .NET.
5252

0 commit comments

Comments
 (0)