File: dotnet-hello.csproj
Web Access
Project: ..\..\..\test\TestAssets\TestPackages\dotnet-hello\v1\dotnet-hello\dotnet-hello.csproj (dotnet-hello)
<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>
    <Version>1.0.0</Version>
    <!--Workaround for https://github.com/NuGet/Home/issues/4583-->
    <VersionSuffix></VersionSuffix>
    <!-- netcoreapp2.2 is the maximum TFM project tools support -->
    <TargetFramework>netcoreapp2.2</TargetFramework>
    <AssemblyName>dotnet-hello</AssemblyName>
    <OutputType>Exe</OutputType>
    <RuntimeIdentifiers>$(LatestRuntimeIdentifiers)</RuntimeIdentifiers>
    <IsPackable>true</IsPackable>
    <ExcludeFromSourceOnlyBuild>true</ExcludeFromSourceOnlyBuild>
  </PropertyGroup>
 
</Project>