d471037ce3
For test assets, don't explicitly include the runtimeconfig file, as the pack command does it automatically
11 lines
408 B
XML
11 lines
408 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
<AssemblyName>dotnet-tool-with-output-name</AssemblyName>
|
|
<PackageId>ToolWithOutputName</PackageId>
|
|
<OutputType>Exe</OutputType>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|