Rename 'Diagnostic' example to 'Info'

This commit is contained in:
Patrik Svensson
2020-09-05 08:50:00 +02:00
parent ceb3572d6a
commit 29ce14e1e8
4 changed files with 38 additions and 32 deletions

14
examples/Info/Info.csproj Normal file
View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
<Description>Displays the capabilities of the current console.</Description>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Spectre.Console\Spectre.Console.csproj" />
</ItemGroup>
</Project>