2016-12-20 13:29:45 -08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-12-08 16:23:21 -08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<TargetFrameworks>net45</TargetFrameworks>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">
|
2017-03-02 19:52:26 -08:00
|
|
|
|
<PackageReference Include="Microsoft.NETCore.App" Version="1.0.3" />
|
2016-12-08 16:23:21 -08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|