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