From 8a837f711324dce3d66570271c9cc3a62dc8e2d0 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Thu, 17 Feb 2022 09:09:17 -0700 Subject: [PATCH] Activate msbuild 17's platform negotiation feature Not that this template repo itself requires it, but it's a great baseline to start with as it means the repo will grow nicely as it gets more complicated for real projects. --- Directory.Build.props | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index a8f35b3..935550c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -13,6 +13,10 @@ true true + + true + true + $(MSBuildThisFileDirectory) @@ -35,7 +39,7 @@ - +