From 2047ce7926dc9c9a33acdeee25f942e2682fa5e1 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 24 Aug 2022 09:10:52 +1000 Subject: [PATCH] suppress CheckEolTargetFramework so we dont get [NETSDK1138] The target framework 'netcoreapp2.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. --- Directory.Build.props | 1 + 1 file changed, 1 insertion(+) diff --git a/Directory.Build.props b/Directory.Build.props index e6063c0d9..78bd981a1 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,6 +7,7 @@ true ../../assets/Serilog.snk true + false