Don't require framework when running CodeGenerator.

This commit is contained in:
Cesar Blum Silveira 2017-02-28 13:50:16 -08:00
parent fde0f6b2fc
commit f5ac8c4ebd
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<Import Project="..\..\build\common.props" />
<PropertyGroup>
<TargetFrameworks>netcoreapp1.1</TargetFrameworks>
<TargetFramework>netcoreapp1.1</TargetFramework>
<OutputType>Exe</OutputType>
<IsPackable>false</IsPackable>
</PropertyGroup>