From 3e29548baf250836c9610190df8e65184e03675c Mon Sep 17 00:00:00 2001 From: James Thompson Date: Tue, 23 Jan 2024 08:46:19 +1100 Subject: [PATCH 1/2] #201 Added netcoreapp 3.1 target to remove dependency on Microsoft.CSharp --- src/Unleash/Unleash.csproj | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/Unleash/Unleash.csproj b/src/Unleash/Unleash.csproj index 9d9710d5..3e01b26c 100644 --- a/src/Unleash/Unleash.csproj +++ b/src/Unleash/Unleash.csproj @@ -1,7 +1,7 @@ - + - netstandard2.0;net48;net472;net47;net461;net46;net451;net45 + netstandard2.0;net48;net472;net47;net461;net46;net451;net45;netcoreapp3.1 @@ -18,37 +18,30 @@ - - - - - - - From d76d864220b655d4c42ecbc3af5e2444388a8ed6 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Thu, 25 Jan 2024 08:21:33 +1100 Subject: [PATCH 2/2] Switch from netcoreapp 3.1 to net6 Co-authored-by: David Leek --- src/Unleash/Unleash.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Unleash/Unleash.csproj b/src/Unleash/Unleash.csproj index 3e01b26c..13ebac64 100644 --- a/src/Unleash/Unleash.csproj +++ b/src/Unleash/Unleash.csproj @@ -1,7 +1,7 @@ - netstandard2.0;net48;net472;net47;net461;net46;net451;net45;netcoreapp3.1 + netstandard2.0;net48;net472;net47;net461;net46;net451;net45;net6.0