Skip to content

Commit d0767a4

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 40b7931 commit d0767a4

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)