Merge pull request #1462 from Bond-009/installationmanager

Improvements to InstallationManager
This commit is contained in:
dkanada
2019-08-11 03:47:10 -07:00
committed by GitHub
8 changed files with 108 additions and 145 deletions

View File

@@ -47,6 +47,11 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup>
<!-- We need C# 7.3 to compare tuples-->
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>