Force language version so Jenkins is happy

This commit is contained in:
John Gross
2020-04-13 05:08:52 -07:00
parent 1dd444759b
commit b386e53ff5
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
<TargetFrameworkProfile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<LangVersion>7.3</LangVersion>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>

View File

@@ -12,6 +12,7 @@
<TargetFrameworkProfile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<LangVersion>7.3</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>