16 lines
600 B
XML
Executable file
16 lines
600 B
XML
Executable file
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp1.1</TargetFramework>
|
|
<OutputType>Exe</OutputType>
|
|
<DotnetCliToolTargetFramework>netcoreapp1.1</DotnetCliToolTargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<DotNetCliToolReference Include="dotnet-portable">
|
|
<Version>1.0.0</Version>
|
|
</DotNetCliToolReference>
|
|
<DotNetCliToolReference Include="dotnet-PreferCliRuntime">
|
|
<Version>1.0.0</Version>
|
|
</DotNetCliToolReference>
|
|
</ItemGroup>
|
|
</Project>
|