From 9731c2578ba4d7ad0ae67db29ca2a98198f84f7e Mon Sep 17 00:00:00 2001 From: Ebere Abanonu Date: Wed, 20 May 2026 08:30:31 +0100 Subject: [PATCH] Remove net7.0 from target frameworks Signed-off-by: Ebere Abanonu --- SchemaGenerator/AvroSchemaGenerator.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SchemaGenerator/AvroSchemaGenerator.csproj b/SchemaGenerator/AvroSchemaGenerator.csproj index 744eda2..72c43b4 100644 --- a/SchemaGenerator/AvroSchemaGenerator.csproj +++ b/SchemaGenerator/AvroSchemaGenerator.csproj @@ -1,7 +1,7 @@  - netstandard2.0;net7.0;net8.0 + netstandard2.0;net8.0 https://github.com/eaba/SchemaGenerator https://github.com/eaba/SchemaGenerator README.md