From 8e7fd8832880d4037af0065869bd92fd61a9f62a Mon Sep 17 00:00:00 2001 From: TheCakeIsNaOH Date: Fri, 18 Nov 2022 14:24:54 -0600 Subject: [PATCH] (#2893) Switch Unit and Integration tests to langVersion 7.3 This is to allow Visual Studio 2017 to build the project. Otherwise, code in the FluentAssertions library will cause errors when build with VS2017. --- .../chocolatey.tests.integration.csproj | 1 + src/chocolatey.tests/chocolatey.tests.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/src/chocolatey.tests.integration/chocolatey.tests.integration.csproj b/src/chocolatey.tests.integration/chocolatey.tests.integration.csproj index 2c50d5c449..58f7b384e9 100644 --- a/src/chocolatey.tests.integration/chocolatey.tests.integration.csproj +++ b/src/chocolatey.tests.integration/chocolatey.tests.integration.csproj @@ -13,6 +13,7 @@ chocolatey.tests.integration chocolatey.tests.integration v4.8 + 7.3 512 ..\ true diff --git a/src/chocolatey.tests/chocolatey.tests.csproj b/src/chocolatey.tests/chocolatey.tests.csproj index 5bea1d7d26..04b524a18e 100644 --- a/src/chocolatey.tests/chocolatey.tests.csproj +++ b/src/chocolatey.tests/chocolatey.tests.csproj @@ -13,6 +13,7 @@ chocolatey.tests chocolatey.tests v4.8 + 7.3 512 ..\