2018-08-05 15:29:14 -07:00
|
|
|
|
<Project>
|
2018-09-09 21:16:11 -07:00
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />
|
2018-08-05 15:29:14 -07:00
|
|
|
|
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.props" />
|
2017-01-10 10:43:14 -06:00
|
|
|
|
|
2016-11-15 12:12:28 -10:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<VersionPrefix>1.0.0-rc</VersionPrefix>
|
2018-07-06 15:15:46 -07:00
|
|
|
|
<TargetFramework>$(CliTargetFramework)</TargetFramework>
|
2016-11-15 12:12:28 -10:00
|
|
|
|
<OutputType>Exe</OutputType>
|
2017-02-18 22:03:36 -08:00
|
|
|
|
<VersionSuffix></VersionSuffix>
|
2018-07-27 15:01:22 -07:00
|
|
|
|
<RuntimeFrameworkVersion>$(MicrosoftNETCoreAppPackageVersion)</RuntimeFrameworkVersion>
|
2016-11-15 12:12:28 -10:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-12-04 13:20:37 -08:00
|
|
|
|
<PackageReference Include="NuGet.Frameworks" Version="$(NuGetFrameworksPackageVersion)" />
|
2018-06-25 22:38:01 -07:00
|
|
|
|
<PackageReference Include="Microsoft.DotNet.Cli.Utils" Version="$(MicrosoftDotNetCliUtilsPackageVersion)" />
|
2017-12-01 20:07:48 -08:00
|
|
|
|
<PackageReference Include="Microsoft.DotNet.Cli.CommandLine" Version="$(MicrosoftDotNetCliCommandLinePackageVersion)" />
|
2017-03-09 21:17:10 -08:00
|
|
|
|
<PackageReference Include="System.Linq" Version="4.3.0" />
|
2016-11-15 12:12:28 -10:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-08-05 15:29:14 -07:00
|
|
|
|
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />
|
2016-11-15 12:12:28 -10:00
|
|
|
|
</Project>
|