<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net7.0</TargetFramework> <ExampleTitle>Progress</ExampleTitle> <ExampleDescription>Demonstrates how to show progress bars.</ExampleDescription> <ExampleGroup>Status</ExampleGroup> </PropertyGroup> <ItemGroup> <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\Shared\Shared.csproj" /> </ItemGroup> </Project>