2016-12-20 13:29:45 -08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-03-06 21:25:42 -08:00
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />
|
|
|
|
|
|
2016-11-16 14:35:48 -08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Library</OutputType>
|
2017-08-17 23:07:28 -07:00
|
|
|
|
<TargetFrameworks>net451;netcoreapp2.1</TargetFrameworks>
|
2016-11-16 14:35:48 -08:00
|
|
|
|
</PropertyGroup>
|
2017-01-04 14:17:43 -08:00
|
|
|
|
|
2017-08-17 23:07:28 -07:00
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">
|
2017-12-01 20:07:48 -08:00
|
|
|
|
<PackageReference Include="Microsoft.NETCore.App" Version="$(MicrosoftNETCoreAppPackageVersion)" />
|
2016-11-16 14:35:48 -08:00
|
|
|
|
</ItemGroup>
|
2017-03-02 20:38:56 -08:00
|
|
|
|
|
2016-11-16 15:49:25 -08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<!-- Existing but empty item group - do not remove -->
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|