<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net7.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <ExampleTitle>Minimal</ExampleTitle>
    <ExampleDescription>Demonstrates a minimal console application.</ExampleDescription>
    <ExampleGroup>Live</ExampleGroup>
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\..\Shared\Shared.csproj" />
  </ItemGroup>

</Project>