dotnet-installer/TestAssets/TestProjects/MSBuildAppWithMultipleFrameworks/MSBuildAppWithMultipleFrameworks.csproj

9 lines
308 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />
<PropertyGroup>
<OutputType>Exe</OutputType>
2017-08-18 06:07:28 +00:00
<TargetFrameworks>net451;netcoreapp2.1</TargetFrameworks>
</PropertyGroup>
</Project>