From d2f893d780e4fc2ddf0fa9efcb8004c923f139c4 Mon Sep 17 00:00:00 2001 From: Michael Scribellito Date: Fri, 20 Jul 2018 11:20:02 -0500 Subject: [PATCH] set targets to .NET 4.5 & core 2.1 --- FixedWidth.Examples/FixedWidth.Examples.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FixedWidth.Examples/FixedWidth.Examples.csproj b/FixedWidth.Examples/FixedWidth.Examples.csproj index cbf9bc2..45cbac4 100644 --- a/FixedWidth.Examples/FixedWidth.Examples.csproj +++ b/FixedWidth.Examples/FixedWidth.Examples.csproj @@ -6,7 +6,7 @@ Exe - netcoreapp2.1 + netcoreapp2.1;net45