From 2d900e23879778aaac96db10653ac0ec9f74a853 Mon Sep 17 00:00:00 2001 From: Diego Frata Date: Mon, 24 Apr 2023 17:28:25 +0100 Subject: [PATCH] Remove mention of HashCode for .NET Framework 4.8 --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ed5bbe..c2bedf0 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,7 @@ In order to use this library, you must: ## Installation -Simply add the package `Generator.Equals` to your project. If using .NET Framework, you will also need to add the package `Microsoft.Bcl.HashCode` to your project. - -Keep reading to learn how to add the attributes to your types. +Simply add the package `Generator.Equals` to your project. Keep reading to learn how to add the attributes to your types. ## Migrating from version 2