From 3250ddd5d4f083c1ffe8b58c54c843b1b13e20c5 Mon Sep 17 00:00:00 2001 From: Andrea Cuneo Date: Tue, 31 Dec 2024 17:17:42 +0100 Subject: [PATCH] tools: configure some more MSBuild flags --- Ark.ReferenceProject/Directory.Build.props | 3 +++ Directory.Build.props | 11 +++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Ark.ReferenceProject/Directory.Build.props b/Ark.ReferenceProject/Directory.Build.props index 7699f983..35ceed56 100644 --- a/Ark.ReferenceProject/Directory.Build.props +++ b/Ark.ReferenceProject/Directory.Build.props @@ -31,6 +31,9 @@ true + strict + true + true diff --git a/Directory.Build.props b/Directory.Build.props index 86fd1521..ef5290fa 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -6,6 +6,9 @@ true 1591 enable + + strict + true @@ -41,8 +44,6 @@ portable true - - strict @@ -55,8 +56,10 @@ true - - + strict + true + true +