<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp3.1</TargetFramework> <IsPackable>false</IsPackable> <Title>Exceptions</Title> <Description>Demonstrates how to render formatted exceptions.</Description> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\..\src\Spectre.Console\Spectre.Console.csproj" /> </ItemGroup> </Project>