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

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
<ExampleName>Injection</ExampleName>
<ExampleDescription>Demonstrates how to use dependency injection with Spectre.Cli.</ExampleDescription>