Skip to content

Commit d26830d

Browse files
committed
(#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.
1 parent 3e23365 commit d26830d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/chocolatey.tests.integration/chocolatey.tests.integration.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<RootNamespace>chocolatey.tests.integration</RootNamespace>
1414
<AssemblyName>chocolatey.tests.integration</AssemblyName>
1515
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
16+
<LangVersion>7.3</LangVersion>
1617
<FileAlignment>512</FileAlignment>
1718
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1819
<OverwriteReadOnlyFiles>true</OverwriteReadOnlyFiles>

src/chocolatey.tests/chocolatey.tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<RootNamespace>chocolatey.tests</RootNamespace>
1414
<AssemblyName>chocolatey.tests</AssemblyName>
1515
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
16+
<LangVersion>7.3</LangVersion>
1617
<FileAlignment>512</FileAlignment>
1718
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1819
<TargetFrameworkProfile />

0 commit comments

Comments
 (0)