File: dotnet-portable.csproj
Web Access
Project: ..\..\..\test\TestAssets\TestPackages\dotnet-portable\dotnet-portable.csproj (dotnet-portable)
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <!--<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />-->
 
  <PropertyGroup>
    <!-- netcoreapp2.2 is the maximum TFM project tools support -->
    <TargetFramework>netcoreapp2.2</TargetFramework>
    <OutputType>Exe</OutputType>
    <IsPackable>true</IsPackable>
    <EnableSourceControlManagerQueries>false</EnableSourceControlManagerQueries>
    <EnableSourceLink>false</EnableSourceLink>
    <DeterministicSourcePaths>false</DeterministicSourcePaths>
    <RollForward>LatestMajor</RollForward>
  </PropertyGroup>
 
</Project>