From 22440f4c212c15fa182f47bb6e5a6c7c51a69ca0 Mon Sep 17 00:00:00 2001 From: Dennis Doomen Date: Tue, 26 Nov 2024 21:17:37 +0100 Subject: [PATCH] Made a bit more explicit that this package requires C# 12.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c2e255..60e090d 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,13 @@ implementations, a C# 8 feature. ## What's so special about that? -Nothing really, but it offers that functionality through a content-only NuGet package. In other words, you can use this +Nothing really, but it offers that functionality through a content-only NuGet package that relies on C# 12. In other words, you can use this package in your own packages, without the need to tie yourself to the Reflectify package. Oh, and it's used by [an open-source project](https://fluentassertions.com/) with over 400 million downloads. ## How do I use it? -Simple, to get the properties of a type, add the `Reflectify` NuGet package and use +Simple, to get the properties of a type, add the `Reflectify` NuGet package to a project that targets at least C# 12 and use ```csharp using Reflectify;