55eb812664
This change was lost when we converted the MSBuild "run3" verb to just "run". Fix #6076
10 lines
No EOL
447 B
XML
10 lines
No EOL
447 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFrameworks>net451;netcoreapp2.0</TargetFrameworks>
|
|
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">$(CLI_SharedFrameworkVersion)</RuntimeFrameworkVersion>
|
|
</PropertyGroup>
|
|
|
|
</Project> |