2016-12-20 21:29:45 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-11-16 22:35:48 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Library</OutputType>
|
2016-12-08 22:56:31 +00:00
|
|
|
|
<TargetFrameworks>net451;netcoreapp1.0;netstandard1.4</TargetFrameworks>
|
2016-11-16 22:35:48 +00:00
|
|
|
|
</PropertyGroup>
|
2017-01-04 22:17:43 +00:00
|
|
|
|
|
2016-11-16 22:35:48 +00:00
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">
|
|
|
|
|
<PackageReference Include="Microsoft.NETCore.App">
|
2017-01-05 00:17:25 +00:00
|
|
|
|
<Version>1.0.3</Version>
|
2016-11-16 22:35:48 +00:00
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
2016-11-16 23:49:25 +00:00
|
|
|
|
</Project>
|