- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <Nullable>enable</Nullable>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="CommunityToolkit.Mvvm" />
- <PackageReference Include="Microsoft.Extensions.DependencyInjection" />
- <ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
- </ItemGroup>
- </Project>
|