add Ubuntu runtime identifier to DataLoad

This commit is contained in:
Collin M. Barrett 2017-06-25 09:57:16 -05:00
parent d3c96c2086
commit e803c3138d

View file

@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp1.1</TargetFramework>
<RuntimeIdentifiers>ubuntu.16.04-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>