2016-12-04 22:31:58 -08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
|
2016-12-02 09:34:03 -08:00
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
2016-10-03 10:58:32 -07:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Library</OutputType>
|
2016-10-27 16:35:35 -07:00
|
|
|
<TargetFramework>netstandard1.5</TargetFramework>
|
2016-10-03 10:58:32 -07:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="project.json" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2016-10-27 16:35:35 -07:00
|
|
|
<ItemGroup>
|
2017-03-02 19:52:26 -08:00
|
|
|
<PackageReference Include="NETStandard.Library" Version="1.6.0" />
|
2016-10-27 16:35:35 -07:00
|
|
|
</ItemGroup>
|
2016-10-03 10:58:32 -07:00
|
|
|
</Project>
|