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