Update examples to net6.0

Closes #604
This commit is contained in:
Patrik Svensson
2021-11-14 15:57:37 +01:00
committed by Phil Scott
parent 8fed3bc575
commit 225305f90e
33 changed files with 77 additions and 32 deletions

View File

@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<ExampleTitle>Showcase</ExampleTitle>
<ExampleDescription>Demonstation of Spectre.Console.</ExampleDescription>
<ExampleGroup>Misc</ExampleGroup>