From 3281cfd1593cc64f60f9da5ff55639d9181aa5d0 Mon Sep 17 00:00:00 2001
From: Chris Wolfgang <210299580+Chris-Wolfgang@users.noreply.github.com>
Date: Wed, 16 Jul 2025 20:53:02 -0400
Subject: [PATCH] Added support for .net core 3.1. Closes #9
---
src/Wolfgang.Etl.Abstractions/Wolfgang.Etl.Abstractions.csproj | 2 +-
.../Wolfgang.Etl.Abstractions.Tests.Unit.csproj | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/Wolfgang.Etl.Abstractions/Wolfgang.Etl.Abstractions.csproj b/src/Wolfgang.Etl.Abstractions/Wolfgang.Etl.Abstractions.csproj
index 6978c9d..af0608c 100644
--- a/src/Wolfgang.Etl.Abstractions/Wolfgang.Etl.Abstractions.csproj
+++ b/src/Wolfgang.Etl.Abstractions/Wolfgang.Etl.Abstractions.csproj
@@ -7,7 +7,7 @@
net8.0;net9.0