7036fa1aef
The latest deb-tool will use the CLI's runtime, which is required on distros that don't have .NET Core 1.0 installed.
8 lines
239 B
XML
8 lines
239 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp1.1</TargetFramework>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<DotNetCliToolReference Include="dotnet-deb-tool" Version="2.0.0-*" />
|
|
</ItemGroup>
|
|
</Project>
|