2017-02-22 17:55:36 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2017-03-07 05:25:42 +00:00
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
|
|
|
|
2017-02-22 17:55:36 +00:00
|
|
|
<PropertyGroup>
|
2017-03-02 20:46:21 +00:00
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
2017-03-07 05:25:42 +00:00
|
|
|
<RuntimeFrameworkVersion>$(CLI_SharedFrameworkVersion)</RuntimeFrameworkVersion>
|
2017-02-22 17:55:36 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
2017-03-30 19:39:54 +00:00
|
|
|
<DotNetCliToolReference Include="dotnet-deb-tool" Version="$(DotnetDebToolVersion)" />
|
2017-02-22 17:55:36 +00:00
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|